ECN lab about syntaxic analysis
|
|
vor 5 Jahren | |
|---|---|---|
| .gitignore | vor 5 Jahren | |
| LICENSE | vor 5 Jahren | |
| README.md | vor 5 Jahren | |
| eval.l | vor 5 Jahren | |
| eval.y | vor 5 Jahren | |
| makefile | vor 5 Jahren | |
| test.bats | vor 5 Jahren |
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