ECN lab about syntaxic analysis
DricomDragon 34d29acb08 Merge branch 'division' | 5 years ago | |
---|---|---|
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
eval.l | 5 years ago | |
eval.y | 5 years ago | |
makefile | 5 years ago | |
test.bats | 5 years ago |
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
Tests are using Bash Automated Testing System
You can install them on debian based systems with :
sudo apt install bats
make
./eval.out
You need to compile prior to test.
./test.bats