Erez Sh
|
a85f7d9667
|
Oops
|
3 years ago |
Erez Sh
|
f5115464ec
|
ast_utils: Added support for WithMeta (Initial)
|
3 years ago |
Erez Sh
|
293bf07c51
|
Version bump
|
3 years ago |
Erez Sh
|
d26a1c5bc6
|
BUGFIX: Regression in lexer-only mode (parser=None)
|
3 years ago |
MegaIng
|
e0889a3cf3
|
Sort Options inside a TerminalTree
|
3 years ago |
Erez Sh
|
9c63734705
|
Fix for issue #977
|
3 years ago |
Erez Sh
|
786adec537
|
Docs: Tiny fix in docstring in visitors.py
|
3 years ago |
Erez Sh
|
d433e30659
|
Docs: Add merge_transformer; fix docstrings for sphinx
|
3 years ago |
Erez Sh
|
afbdb6a4a9
|
Edits to merge_transformers
|
3 years ago |
Robin A. Dorstijn
|
fb8800914b
|
Added advanced example for merge_transformers
|
3 years ago |
Robin A. Dorstijn
|
fc24666f37
|
Add merge function
|
3 years ago |
Erez Sh
|
b3816b9a90
|
Added utility function: List grammar imports + test
|
3 years ago |
Erez Sh
|
4fe49c9cdb
|
Change expand_kids_by_data to use range
|
3 years ago |
Erez Sh
|
d2e8b15c2f
|
Another update for the PR
|
3 years ago |
Erez Sh
|
f5c7af8ce9
|
Proposed corrections to PR #970
|
3 years ago |
MegaIng
|
3a4568df24
|
Reworked grammar to simplify later processing + expand_kids_by_data + tests
|
3 years ago |
MegaIng
|
c9c33423fc
|
Fix recursion error for many options in Terminal
|
3 years ago |
Erez Sh
|
90460f31d9
|
Refactored PR #949 and edited the comments/docstrings
|
3 years ago |
MegaIng
|
3436b33885
|
Refactor small_factors
|
3 years ago |
MegaIng
|
fa8565366b
|
Off-by-one fix + Change of thresholds + fix tests
|
3 years ago |
MegaIng
|
b4fe22a27d
|
Python2.7 + comments + Magic constants
|
3 years ago |
MegaIng
|
845b6fa477
|
Refactor + tests + additional splitting up.
|
3 years ago |
MegaIng
|
b0a9afb287
|
Split up repeats from tilde into different rules.
|
3 years ago |
Erez Sh
|
55642be13c
|
Tiny adjustments
|
3 years ago |
Erez Sh
|
5e5bd187a6
|
Docs: Improved documentation of exceptions
|
3 years ago |
Erez Sh
|
87a18a098e
|
Tiny fix: MakeParsingFrontend is a regular method, not a classmethod
|
3 years ago |
Erez Sh
|
7cb8acbe54
|
Bugfix for deepcopy + small unrelated refactor (issue #938)
|
3 years ago |
Erez Sh
|
b37519b7c8
|
Bugfix for deepcopy + small unrelated refactor (issue #938)
|
3 years ago |
Erez Sh
|
d7d02e9308
|
Tiny comment fix
|
3 years ago |
Erez Sh
|
a13cfcef55
|
Bugfix in propagate_positions: Corrected to account for 'container nodes'
|
3 years ago |
Erez Sh
|
24f653080f
|
More minor refactorings
|
3 years ago |
Erez Sh
|
3bc070bc1d
|
Change how propagate_positions work
|
3 years ago |
Erez Sh
|
da3a993d02
|
lexer.py: Small simplification
|
3 years ago |
Erez Sh
|
e5991739ee
|
lexer.py: Small refactor
|
3 years ago |
Erez Sh
|
389e7fbf5c
|
lexer.py: Refactored mres operations into a Scanner class.
|
3 years ago |
MegaIng
|
bdcd2e0011
|
fix tree_matcher when keep_all_tokens=True by setting sym.filter_out correctly.
|
3 years ago |
Erez Sh
|
ec2ba8826e
|
Docs fix + cleanup
|
3 years ago |
Erez Sh
|
44a20c850e
|
Small fix
|
3 years ago |
MegaIng
|
67bbb3dc21
|
Update reconstruct.pyi + add insert_spaces
|
3 years ago |
MegaIng
|
c44bb3e0cd
|
Raise a GrammarError on empty string literal.
|
3 years ago |
Erez Sh
|
bf7b1f49ca
|
Fixed Lark's docstring for propagate_positions
|
3 years ago |
Erez Sh
|
2737e5cfe0
|
Added option: propagate_positions='ignore_ws'
|
3 years ago |
Erez Sh
|
c00a621f62
|
Small fixes to PR
|
3 years ago |
Erez Sh
|
775f6f2b3e
|
Small fix to propagate positions: remove preceding/trailing whitespace
|
3 years ago |
Erez Sh
|
2409065529
|
Refactor PropagatePositions, change Token.pos_in_stream to start_pos
Increased minor version, because it might invalidate serialized objects
|
3 years ago |
Erez Sh
|
f7cde8766d
|
Remove tiny dead code
|
3 years ago |
Aaron Tsang
|
11eafa3e9e
|
Support 32bit unicode escape sequence
|
3 years ago |
Erez Sh
|
dbf60e6d76
|
Docs: Added docstring for Lark.parse_interactive()
|
3 years ago |
Erez Sh
|
a095071bf4
|
Version bump
|
3 years ago |
Erez Sh
|
cf02c497e7
|
Docs: Small fix in Transformer
|
3 years ago |