Updated readme with information on thesis

This commit is contained in:
sebastian 2023-05-15 22:30:57 +02:00
parent 6787e4db21
commit bc7ab1061d

View file

@ -1,3 +1,7 @@
# Thesis
The branch `thesis` contain the state of the project when the thesis report was submitted. (2023-05-15)
# Build # Build
First generate the parser using [BNFC](https://bnfc.digitalgrammars.com/), First generate the parser using [BNFC](https://bnfc.digitalgrammars.com/),
this is done using the command `bnfc -o src -d Grammar.cf` this is done using the command `bnfc -o src -d Grammar.cf`