mirror of
https://github.com/janet-lang/janet
synced 2025-04-03 13:56:55 +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.