Erez Shinan
2be35e3e38
Added custom_lexer to examples/README
2018-07-10 15:01:31 +03:00
Erez Shinan
e800b5dc2b
Merge branch 'file-ext-change' of https://github.com/RobRoseKnows/lark into RobRoseKnows-file-ext-change
2018-05-27 11:59:40 +03:00
Erez Shinan
33caa391d5
Breaking backwards compatibility:
...
* Removed the scanless parsing feature (dynamic lexing is king)
* Default LALR lexer is now contextual
2018-05-05 17:03:52 +03:00
Rob Rose
836735211f
Resolved upstream changes to use new file-extension
...
- @erezsh added the new Lark reference and some other things using the
current .g extension, so I wanted to resolve them for PR #117
- Renamed lark.g to lark.lark.
- Changed lark_grammar.py to use .lark file extensions.
- Changed urls that used .g to use .lark.
2018-04-25 14:28:12 -04:00
Erez Shinan
0a40137ac7
Update README.md
2018-04-25 19:09:50 +03:00
Erez Shinan
51644a6c58
Added examples/lark.g - Reference implementation of the Lark grammar
...
(inspired by issue #116 )
2018-04-25 19:06:33 +03:00
Erez Shinan
599b80e30a
Added example for error reporting with LALR
2018-04-18 12:37:57 +03:00
Erez Shinan
2f11645469
Main README is now shorter and to the point. Added a short examples README
2017-10-31 19:44:20 +02:00