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