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