Erez Sh
fbab27ce0b
Attempt to add markdown tables
4 years ago
Sasank Chilamkurthy
00d953d71a
first cut sphinx done
4 years ago
Wataru Ashihara
7a13fb0f5b
Fix SyntaxError with Python 3 in JSON tutorial
unpacking a tuple argument is invalid in Python 3.
>>> def foo(a, (b, c)):
File "<stdin>", line 1
def foo(a, (b, c)):
^
SyntaxError: invalid syntax
Fixes #403
5 years ago
Erez Shinan
225845b331
Fixed message
6 years ago
Zac Hatfield-Dodds
23feacad05
Note non-standard JSON grammar in tutorial
Closes #305 .
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
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