ECN lab about syntaxic analysis
DricomDragon 34d29acb08 Merge branch 'division' | %!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
eval.l | %!s(int64=5) %!d(string=hai) anos | |
eval.y | %!s(int64=5) %!d(string=hai) anos | |
makefile | %!s(int64=5) %!d(string=hai) anos | |
test.bats | %!s(int64=5) %!d(string=hai) anos |
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