BJUT 2024 Compiler Principles Lab
- Recursive Subroutine Method
make GRAMMAR=RSor
make- LR(1) Method
make GRAMMAR=LR1makebuild/main [input file]Need to install graphviz Only support Recursive Subroutine Method
make imageOn MacOS
make lldb ARGS="[input file]"On Linux
make gdb ARGS="[input file]"make clean