branch: externals/parser-generator
commit de0ed95a029b98a2deadd5dbcf63ef24c2c5dc23
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Updated README.md
---
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index a0d263d..9408ea4 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,6 @@ We use a regular-language based lexical analyzer that can be
implemented by a fi
We use deterministic push down transducer (PDT) based algorithms. Read more
[here](docs/Syntax-Analysis.md).
-[docs/Syntax-Analysis.md]:
-
## Test
Run in terminal `make clean && make tests && make compile`