- Somewhere in Australia
- https://maxwellj.xyz
-
So I exist
- Joined on
2024-06-10
Block a user
PLEASE use macros to check instruction arguments in the compiler
I do that in solstice I probably should do this in the compiler
Compiler should use LLVM
Me personally I don't like LLVM very much. Generating ASM seems to work well so far and it compiles very fast.
Also doing "code -> ir -> another ir -> assembly" rather than "code -> ir ->…