diff --git a/examples/json_parser.py b/examples/json_parser.py index 927585f..c3573f3 100644 --- a/examples/json_parser.py +++ b/examples/json_parser.py @@ -2,8 +2,6 @@ Simple JSON Parser ================== -A simple JSON parser (comes with a tutorial, see docs) - The code is short and clear, and outperforms every other parser (that's written in Python). For an explanation, check out the JSON parser tutorial at /docs/json_tutorial.md """ diff --git a/examples/lark_grammar.py b/examples/lark_grammar.py index 5dc9d11..e8566fb 100644 --- a/examples/lark_grammar.py +++ b/examples/lark_grammar.py @@ -2,7 +2,7 @@ Lark Grammar ============ -A reference implementation of the Lark grammar (using LALR(1) + standard lexer) +A reference implementation of the Lark grammar (using LALR(1)) """ from lark import Lark