Erez Shinan
225845b331
Fixed message
6 years ago
Erez
608395cd4d
Improved docs
6 years ago
Zac Hatfield-Dodds
23feacad05
Note non-standard JSON grammar in tutorial
Closes #305 .
6 years ago
Erez Shinan
d4f069588d
Improved docs
6 years ago
evandrocoan
48351c3d3e
Trimmed whitespaces and ensured a new line on the end of the file
6 years ago
Muhammed Alkan
ed95ce28bc
Fix typo
6 years ago
Jan Rydzewski
188e87c65b
Update how_to_use.md
6 years ago
Jan Rydzewski
d36a6dbec2
Update how_to_use.md
6 years ago
Jan Rydzewski
fef774f78f
Instructions how to get Shift/Reduce messages printed (Issue #258 )
6 years ago
Alexey Shrub
2ad06a24bd
Method iter_subtrees_topdown added
6 years ago
Daniel Drake
01cfe322a1
docs: clarify end_column value
I interpreted "the column where the token ends" to mean "a pointer
to the last character in the token", which would be the same as
the start column for a single-character token.
However, that's not what lark actually reports. Reword to clarify
this.
https://github.com/lark-parser/lark/issues/240
6 years ago
Erez Shinan
9d360734f3
Tiny fix for docs
6 years ago
Erez Shinan
19b09438fa
Added documentation for lexer_callbacks in recipes
6 years ago
Eliot Alter
ece8e0db09
Fix a small typo
6 years ago
Eliot Alter
dc1754f8eb
Fix a small typo
6 years ago
Paul Crowley
23e2513309
Fix typo in sample code: gramamr -> grammar
6 years ago
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