ECN lab about syntaxic analysis

DricomDragon 2d6167ce9d Add test cases with parenthesis 5 éve
.gitignore 81e6657050 Ignore output files 5 éve
LICENSE 383b1598d8 Initial commit 5 éve
README.md 89eb8922ca Create automatic test script 5 éve
ans.txt 2d6167ce9d Add test cases with parenthesis 5 éve
eval.l 44689196bb Fix non working substraction 5 éve
eval.y 88f70f1044 Fix long additon 5 éve
makefile 9699fe6c92 Append 'out' to the runnable file 5 éve
test.sh 89eb8922ca Create automatic test script 5 éve
test.txt 2d6167ce9d Add test cases with parenthesis 5 éve

README.md

FlexBisonLab

ECN lab about syntaxic analysis

How to compile

make
./eval

How to test

./test.sh