Erez Sh
|
b174d5eae8
|
Documented regexp flags. Issue #230
|
4 years ago |
Erez Sh
|
b0feed8c12
|
A few adjustments to Nearley PR (mostly docs)
|
4 years ago |
Erez Sh
|
7c6e94bf73
|
Fixed issues with the use_bytes PR, and added documentation
|
4 years ago |
Erez Sh
|
7eee42bfae
|
Docs: Fixed bug in recipes (Issue #633)
|
4 years ago |
Erez Sh
|
69adc221c5
|
Fixed documentation bug: Issue #625
|
4 years ago |
decorator-factory
|
cf943c0047
|
Fix typo in docs
https://en.wiktionary.org/wiki/seperated
|
4 years ago |
Erez Sh
|
aac5fc7e87
|
Added templates documentation
|
4 years ago |
Erez Sh
|
11ef9a18fe
|
Improved documentation
|
4 years ago |
Erez Sh
|
601f050645
|
Added docs for ParserPuppet
|
4 years ago |
Erez Sh
|
985c38e0e0
|
Documentation fix (Removed bloat from README)
|
4 years ago |
Erez Sh
|
3b3a8c1c92
|
Added docs for on_error
|
4 years ago |
Erez Sh
|
88b4c64586
|
Added links to Lark IDE
|
4 years ago |
Erez Sh
|
42e9f1486c
|
Fix for ide in github pages (no underscores)
|
4 years ago |
Erez Sh
|
8d9cc8db7a
|
Added ide to github pages
|
4 years ago |
Erez Sh
|
87bc7aa914
|
Added ide to github pages (initial)
|
4 years ago |
Erez Shinan
|
9e6b1b9582
|
Set theme jekyll-theme-slate
|
4 years ago |
Erez Shinan
|
9e7eb48855
|
Set theme jekyll-theme-minimal
|
4 years ago |
Erez Shinan
|
85545e3947
|
Set theme jekyll-theme-cayman
|
4 years ago |
MegaIng
|
907ccf9866
|
Added documentation for `__default__`
|
4 years ago |
Erez Sh
|
227f5de927
|
Docs fix (Issue #560)
|
4 years ago |
nick black
|
5e11a7122b
|
grammar.md: fix typos, reduce some language
|
4 years ago |
Erez Sh
|
61b76a1fd0
|
Updated README about syntax highlighting for intellij
|
4 years ago |
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
|
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 |