Another tiny c complier.
.
├── dist # 构建文件夹
│ └── bin # 可执行文件生成文件夹
├── src # 源代码文件夹
├── test # 测试文件夹
├── toy # 一些有意思的玩具
│ ├── asm_in_c
│ ├── flexbison
│ ├── hello
│ ├── liblika
│ ├── print
│ └── read
└── trash # 垃圾文件夹
apt install flex bison g++ nasm make -y
make test
make only_test
👤 acliusBackHome
Give a ⭐️ if this project helped you!