Commit Graph

6 Commits

Author SHA1 Message Date
Erez Shinan 7ba0e05099 Improved docs (WIP) 2019-02-05 01:38:39 +02:00
Alexey Shrub 2ad06a24bd Method iter_subtrees_topdown added 2018-10-24 18:33:36 +03:00
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
2018-09-28 15:54:30 +08:00
Erez Shinan 19b09438fa Added documentation for lexer_callbacks in recipes 2018-09-20 17:54:41 +03:00
Erez Shinan 28a8cb1cc7 Improved docs 2018-08-03 16:31:17 +03:00
Erez Shinan 17da44146a Added MkDocs documentation 2018-08-03 09:08:37 +03:00