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