Erez Shinan
28a8cb1cc7
Improved docs
6 years ago
Erez Shinan
17da44146a
Added MkDocs documentation
6 years ago
Erez Shinan
fc6169732e
Updated performance comparison to include ANTLR
6 years ago
Erez Shinan
c1365cadf0
Added cheatsheet PDF
6 years ago
Erez Shinan
33caa391d5
Breaking backwards compatibility:
* Removed the scanless parsing feature (dynamic lexing is king)
* Default LALR lexer is now contextual
6 years ago
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.
6 years ago
Erez Shinan
e4fbfc9bcc
README even better?
7 years ago
Erez Shinan
04cd5d0850
Updated benchmarks due to error in memory measurement (Thanks Jamie!)
8 years ago
Erez Shinan
df4d471641
Updated docs to match v0.2
8 years ago
Jakub Wilk
fc9eb012a1
Fix typos
8 years ago
Erez Shinan
b2fc4f872c
oops
8 years ago
Erez Shinan
eabb86860d
Added parsimonious to benchmarks
8 years ago
Erez Shinan
a98d3c93b1
Small additions to the docs
8 years ago
Erez Shinan
57e8117374
Some package fixes
8 years ago
Erez Shinan
e201beab5f
Fixed lexer newline counter and other stuff
8 years ago
Erez Shinan
e7445a11ae
Added a docs/reference
8 years ago
Erez Shinan
45060df80d
Optimized the tree builder, and updated docs
8 years ago
Erez Shinan
1fc41c9d02
Added a JSON parser tutorial
8 years ago