branch: externals/parser-generator
commit 4e02cf6d0f96268fe8915d347537bedba7d0a3c2
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Improved readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 777cb89246..1b1228d7a4 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ At the moment it is possible to generate canonical LR(k) 
parsers using this libr
 
 ## Lexical Analysis
 
-We use a regular-language based lexical analyzer that can be implemented by a 
finite-state-machine (FSM). Read more [here](docs/Lexical-Analysis.md).
+We use a regular-language based lexical analyzer that can be implemented by a 
finite-state-machine (FSM) that supports states. Read more 
[here](docs/Lexical-Analysis.md).
 
 ## Syntax Analysis / Parser
 

Reply via email to