1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-25 06:36:52 +00:00
janet/examples/sysir
Calvin Rose 5b3c5a5969 Lots of work on calling conventions and x86 backend.
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.
2024-06-10 08:47:27 -05:00
..
arrays1.janet Allow for multiple functions in a sysir "context". 2023-10-22 16:05:38 -05:00
arrays2.janet Allow for multiple functions in a sysir "context". 2023-10-22 16:05:38 -05:00
basic1.janet Lots of work on calling conventions and x86 backend. 2024-06-10 08:47:27 -05:00
basic2.janet Allow for multiple functions in a sysir "context". 2023-10-22 16:05:38 -05:00
frontend.janet Lots of work on calling conventions and x86 backend. 2024-06-10 08:47:27 -05:00
typeerr0.janet Allow for multiple functions in a sysir "context". 2023-10-22 16:05:38 -05:00
typeerr1.janet Allow for multiple functions in a sysir "context". 2023-10-22 16:05:38 -05:00