ECN lab about syntaxic analysis
|
5 년 전 | |
---|---|---|
.gitignore | 5 년 전 | |
LICENSE | 5 년 전 | |
README.md | 5 년 전 | |
eval.l | 5 년 전 | |
eval.y | 5 년 전 | |
makefile | 5 년 전 | |
test.bats | 5 년 전 |
ECN lab about syntaxic analysis
You need GCC, flex and bison.
You can install them on debian based systems with :
sudo apt install flex bison
make
./eval.out
./test.sh