Erez Sh
acde77eef8
Nicer and more correct documentation
4 years ago
Erez Sh
3b901a06b0
Added docs (Spurred by issue #510 )
4 years ago
Erez Sh
7aad07dc65
Updated docs (Issue #417 )
5 years ago
Erez Sh
ceee0642e1
Docs: Added mention for type stubs
5 years ago
Erez Sh
636492cb6f
Updated recipes.md
5 years ago
Erez Sh
287b10504c
Added CollapseAmbiguities
5 years ago
Erez Sh
93976e360e
Fixed docs for maybe_placeholders
5 years ago
Erez Sh
2f92c7b4a7
Small addition to docs about terminal operators
5 years ago
Erez Sh
ae691bf35e
Revert propagate_positions to be False by default, still not ready for prime-time
5 years ago
Ted Summer
0f699b1ebb
chore(docs): default for propagate_positions=False
5 years ago
Erez Sh
0e141ec896
Small addition to docs
5 years ago
Erez Shinan
9727eb0226
Added info to the docs about maybe_placeholders (Issue #451 )
5 years ago
Erez Shinan
58d6d9fac1
Added Token.end_pos, and updated docs regarding recent commits
5 years ago
Erez Shinan
84f08a452f
propagate_positions & maybe_placeholders are now true by default, updated docs, tests & examples accordingly (Issue #449 , #451 )
5 years ago
Erez Sh
b21e89b7f3
An addition to the docs
5 years ago
Erez Sh
ca36404257
Some improvements to visitor documentation
5 years ago
Hao Wu
10a09ebba8
transform token doc
5 years ago
Hao Wu
6546ea352a
too much
5 years ago
Hao Wu
5b930b5973
page for transformer_and_visitor
5 years ago
Francesco Franchina
8685a5afc3
Fixed some typos in the docs
5 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
535aebab3c
Added to docs (Issue #400 )
5 years ago
Erez Shinan
e3cbd7aadc
Negative priority now allowed in rules and tokens. Updated docs about priority
5 years ago
Erez Shinan
39a17f1d56
Fixed broken link in docs (Issue #399 )
5 years ago
David Kemp
6a14e25f40
Update description of terminals
5 years ago
David Kemp
9a64d2124b
Clarify handling of filtered terminals
5 years ago
Erez Shinan
9137cc4fa4
Updated docs (pitch & benchmarks)
5 years ago
Erez Shinan
e16bb35576
Change maybe_placeholders: Apply to [a] and [a b c], but not a? or (a b)? or [_a _b _c]
6 years ago
Erez Shinan
b2e88bf9b1
Fixed docs
6 years ago
Rogdham
19fdff70f8
Docs: improve section concerning grammar imports
6 years ago
Erez Shinan
532c955962
Fixed tests to work with pytest, improved docs
6 years ago
evandrocoan
6299d60c35
Fixed how_to_develop.md Unit Tests saying tox is required
6 years ago
evandrocoan
3fb0c48557
Moved development instructions from README.md to docs
6 years ago
Erez Shinan
7ba0e05099
Improved docs (WIP)
6 years ago
Erez Shinan
b82aaa34c4
Improved documentation
6 years ago
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