- Compiling will support only x86_64 assembly (for now, I may implement LLVM later).
- Type checking coming soon!
- Compiles down to NASM, from there NASM and GCC are used.
- Use
objdump -dto see the disassembled output. - This repository will be updating frequently as I progress in the project!
- Proper testing coming soon!
Please see:
- Make print a function instead of a keyword
- Add lists