Small compiler written in C++
- Custom language (Turkish)
- Tokenizer, basic code generation
- Outputs x86_64 Linux ELF using NASM
- getir (number =< 255);
- Language is made with semicolons not whitespaces
Requires
- g++
- nasm
- ld
- cd cmake-build-debug-wsl # go to the directory
- build it # compile the test.lme and make an asm executable
- ./out # runs the executable
- echo $? # see output
MIT