ECN lab about syntaxic analysis

DricomDragon 28f7db3eb2 Fix typo in output executable file 5 年之前
.gitignore 350b06e6b1 Add diff and status output in tester 5 年之前
LICENSE 383b1598d8 Initial commit 5 年之前
README.md 28f7db3eb2 Fix typo in output executable file 5 年之前
ans.txt 001475f3a8 Add division 5 年之前
eval.l 44689196bb Fix non working substraction 5 年之前
eval.y 001475f3a8 Add division 5 年之前
makefile 9699fe6c92 Append 'out' to the runnable file 5 年之前
test.sh 350b06e6b1 Add diff and status output in tester 5 年之前
test.txt 001475f3a8 Add division 5 年之前

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.out

How to test

./test.sh