mirror of
https://github.com/janet-lang/janet
synced 2025-05-03 07:54:14 +00:00

We need the ability to represent multiple calling conventions in IR. All backends need to support a :default CC, but can also support more for interop with system libraries, code from other compilers, syscalls, etc. Also allow void returns.