mirror of
https://github.com/janet-lang/janet
synced 2026-06-02 10:42:24 +00:00
3f27d78ab5
Add support for integer return and floating point return variants, as well as arguments on the stack. Start flushing out struct arguments. Still needed: - structs (packed and unpacked) - complex numbers - long doubles - MASM alternative for windows (you can technically use sysv abi on windows) - more calling conventions.