mirror of
https://github.com/janet-lang/janet
synced 2025-07-23 04:12:54 +00:00

Also remove all (limited) type inference from the sysir. Type inference is better done in frontend, limited inference in backend just covers compilers issues. Simple hello world with nasm working.