# 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 ```