Erez Sh
9cc57abd8a
Added 'cache' option to Lark (Issue #479 )
4 years ago
Erez Sh
acde77eef8
Nicer and more correct documentation
4 years ago
Erez Sh
93976e360e
Fixed docs for maybe_placeholders
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
84f08a452f
propagate_positions & maybe_placeholders are now true by default, updated docs, tests & examples accordingly (Issue #449 , #451 )
5 years ago
Erez Sh
ca36404257
Some improvements to visitor documentation
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
Erez Shinan
7ba0e05099
Improved docs (WIP)
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
19b09438fa
Added documentation for lexer_callbacks in recipes
6 years ago
Erez Shinan
28a8cb1cc7
Improved docs
6 years ago
Erez Shinan
17da44146a
Added MkDocs documentation
6 years ago