Limc Is a Minimal Compiler.
- Bison & Flex 的 C++ 项目框架https://github.com/ezaquarii/bison-flex-cpp-example
- 参考了 @winderica 仓库里的语法分析文件
- 操作系统:
OSX
- 开发语言:
C++ 17
- 集成环境:
clion & vscode
$ make
$ cat ./test/copy | ./compiler
$ make all
$ make fibo
$ make ss
$ make cmt
$ make copy
使用CLion
打开工程
$ make fibo
$ make ss
$ make cmt
$ make copy
$ make error
使用CLion
打开工程
$ make ss
$ make fact
$ make qs
$ make arr
$ make loop
$ make fp
使用CLion
打开工程
$ make ss
$ make fact
$ make fib
$ make arr
$ make prime
$ make loop
$ make fp