ECN lab about syntaxic analysis
DricomDragon 34d29acb08 Merge branch 'division' | il y a 5 ans | |
---|---|---|
.gitignore | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
eval.l | il y a 5 ans | |
eval.y | il y a 5 ans | |
makefile | il y a 5 ans | |
test.bats | il y a 5 ans |
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