The final project for Compiler Principle.
Collaborators:
- 陈绍文
- 胡梓敬
- 王子骏
Based on flex, bison, LLVM, this project implements a compiler that can compile SysY language into binary codes.
- WSL(ubuntu)
- Install Flex
sudo apt install flexllvm
- Install Bison
sudo apt install bison
- Install LLVM
sudo apt-get install llvm
- Install Flex