ECN lab about syntaxic analysis
|
hace 5 años | |
---|---|---|
.gitignore | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
ans.txt | 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 | |
test.sh | hace 5 años | |
test.txt | 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
make
./eval.out
./test.sh