From 0a40137ac79d9bfbc477e2d4c443b8503d3e28da Mon Sep 17 00:00:00 2001 From: Erez Shinan Date: Wed, 25 Apr 2018 19:09:50 +0300 Subject: [PATCH] Update README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 25bf504..0951c86 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,7 +7,7 @@ - [indented\_tree.py](indented\_tree.py) - A demonstration of parsing indentation ("whitespace significant" language) - [fruitflies.py](fruitflies.py) - A demonstration of ambiguity - [turtle\_dsl.py](turtle_dsl.py) - Implements a LOGO-like toy language for Python's turtle, with interpreter. -- [lark\_grammar.py](lark_grammar.py) - A reference implementation of the Lark grammar (using LALR(1) + standard lexer) +- [lark\_grammar.py](lark_grammar.py) + [lark.g](lark.g) - A reference implementation of the Lark grammar (using LALR(1) + standard lexer) ### Advanced