ECN lab about syntaxic analysis

DricomDragon 6b8d218acf List dependencies on README il y a 5 ans
.gitignore 350b06e6b1 Add diff and status output in tester il y a 5 ans
LICENSE 383b1598d8 Initial commit il y a 5 ans
README.md 6b8d218acf List dependencies on README il y a 5 ans
ans.txt 001475f3a8 Add division il y a 5 ans
eval.l 44689196bb Fix non working substraction il y a 5 ans
eval.y 001475f3a8 Add division il y a 5 ans
makefile 9699fe6c92 Append 'out' to the runnable file il y a 5 ans
test.sh 350b06e6b1 Add diff and status output in tester il y a 5 ans
test.txt 001475f3a8 Add division il y a 5 ans

README.md

FlexBisonLab

ECN lab about syntaxic analysis

Dependencies

You need GCC, flex and bison.

You can install them on debian based systems with :

sudo apt install flex bison

How to compile

make
./eval

How to test

./test.sh