ECN lab about syntaxic analysis

DricomDragon 34d29acb08 Merge branch 'division' 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 a875e276f3 Add bats explanations in README il y a 5 ans
eval.l 7108e6b30c Make simple division working il y a 5 ans
eval.y fa2bb39aee Skip divisions by zero il y a 5 ans
makefile 564a5a672c Add clean target il y a 5 ans
test.bats b0e4bd21f4 Test if division by zero is skipped il y a 5 ans

README.md

FlexBisonLab

ECN lab about syntaxic analysis

Dependencies

To make binary

You need GCC, flex and bison.

You can install them on debian based systems with :

sudo apt install flex bison

To run tests

Tests are using Bash Automated Testing System

You can install them on debian based systems with :

sudo apt install bats

How to compile

make
./eval.out

How to test

You need to compile prior to test.

./test.bats