ECN lab about syntaxic analysis

DricomDragon 6d2d3fb1e3 Remove manual sh testing stuff преди 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 години
eval.l 44689196bb Fix non working substraction преди 5 години
eval.y 001475f3a8 Add division преди 5 години
makefile 9699fe6c92 Append 'out' to the runnable file преди 5 години
test.bats 6596ef358b Add previous sh tests in bats преди 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