From bc7ab1061dac4fd4b80277c064631a12ebd4fb0b Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 15 May 2023 22:30:57 +0200 Subject: [PATCH] Updated readme with information on thesis --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7cb234e..8612fe8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Thesis + +The branch `thesis` contain the state of the project when the thesis report was submitted. (2023-05-15) + # Build First generate the parser using [BNFC](https://bnfc.digitalgrammars.com/), this is done using the command `bnfc -o src -d Grammar.cf`