ECN lab about syntaxic analysis

DricomDragon 650e614724 Merge branch 'bats' 5 tahun lalu
.gitignore 350b06e6b1 Add diff and status output in tester 5 tahun lalu
LICENSE 383b1598d8 Initial commit 5 tahun lalu
README.md a875e276f3 Add bats explanations in README 5 tahun lalu
eval.l 44689196bb Fix non working substraction 5 tahun lalu
eval.y 001475f3a8 Add division 5 tahun lalu
makefile 9699fe6c92 Append 'out' to the runnable file 5 tahun lalu
test.bats 3a3788ea63 Add test for unary minus operator 5 tahun lalu

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