Erez Sh
|
e30eef7a53
|
Commit latest master to v1.0
|
3 years ago |
Chanic Panic
|
4bc9445238
|
Corrections for PR and some mypy errors
|
3 years ago |
Chanic Panic
|
be76059015
|
Merge the Literal types
|
3 years ago |
Chanic Panic
|
089bc2b523
|
More .pyi merging
exceptions, lark, and tree
|
3 years ago |
Erez Sh
|
ff686fc89a
|
Remove more Python 2 code
|
3 years ago |
Erez Sh
|
eb45324146
|
Removed deprecated code
|
3 years ago |
Erez Sh
|
8a00284700
|
Removed some of the Python2 compatibility code
|
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
|
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
|
dbf60e6d76
|
Docs: Added docstring for Lark.parse_interactive()
|
3 years ago |
Erez Sh
|
6cc9d42dc0
|
Fix for Python 3.4
|
3 years ago |
Erez Sh
|
6b67d5f5cd
|
Small adjustments to PR
|
3 years ago |
MegaIng1
|
97c3202973
|
Make verify_used_files work with stdlib.
|
3 years ago |
MegaIng1
|
2eb5c746ff
|
Removed safe_cache option
|
3 years ago |
Erez Sh
|
22c289126f
|
Rename ParserPuppet -> InteractiveParser
|
3 years ago |
Erez Sh
|
2a1b03bc65
|
Rename ParserPuppet -> InteractiveParser
|
3 years ago |
MegaIng1
|
0f4ca60d83
|
Added support for verifying imported files
|
3 years ago |
MegaIng1
|
704e7552bd
|
Added support for atomicwrites
|
3 years ago |
MegaIng1
|
754f08a622
|
Added get_puppet, helpers and tests
|
3 years ago |
Erez Sh
|
0199afa4c8
|
Cleanup and refactor
|
3 years ago |
MegaIng1
|
a202f2c7e8
|
Fix for cache + inline Transformer
|
3 years ago |
MegaIng1
|
3d5729d5d2
|
Resolved cyclic dependency by moving deserialize_lexer_conf out of MakeParsingFrontend.deserialize
|
3 years ago |
MegaIng1
|
9252c0387c
|
added configurations checks for postlex+dynamic
|
3 years ago |
MegaIng1
|
2e46211fd6
|
A few updates to stubs (fix #856)
|
3 years ago |
Erez Sh
|
39c5d924e8
|
Bugfix
|
3 years ago |
Erez Sh
|
7ce0f7015f
|
Added load_grammar.find_grammar_errors
|
3 years ago |
Erez Sh
|
08603a49d8
|
Grammar cache now contains md5 inside (Issue #835)
|
3 years ago |
MegaIng1
|
c621eeb369
|
Fix for #818 + tests
|
3 years ago |
MegaIng1
|
9e545f8825
|
Basics for GrammarBuilder
|
3 years ago |
Søren Fuglede Jørgensen
|
cbb78b262e
|
Fix reference to error_puppet example
|
3 years ago |
Erez Sh
|
a7c71f32cc
|
Fixed Lark.lex(), added dont_ignore option, added tests for it.
|
3 years ago |
Erez Sh
|
7b6a730abc
|
Small bugfixes in exceptions
|
3 years ago |
Erez Sh
|
712df517b2
|
Fixes for PR. Custom lexer now works with CYK
|
4 years ago |
Erez Sh
|
c6819a0ed7
|
Refactored all likely exceptions to inherit from LarkError, and improved error messages.
|
4 years ago |
Erez Sh
|
27ef9fcbf0
|
Add information about debug=True (Issue #750)
|
4 years ago |
Erez Sh
|
5b30ba4841
|
Cleanup, and a few PEP8 changes
|
4 years ago |
Erez Sh
|
bc3923aed8
|
Added more terminals to grammars/ folder
|
4 years ago |
Erez Sh
|
f560ce1754
|
cache=True now uses a temp directory instead of working directory
|
4 years ago |
MegaIng1
|
605b91e4be
|
improve error message with token source.
rename LexerConf.terminals to LexerConf.tokens
Make Exception message generation lazy
Made a few classes new-style
|
4 years ago |
Erez Sh
|
f20d72d9f6
|
Fix due to CR - handle UnexpectedCharacters resume in the error loop
|
4 years ago |
Erez Sh
|
72e7926097
|
Completely redesigned the interface between Lexer<->Parser, and refactored LALR parser and lexers
|
4 years ago |
Erez Sh
|
b5aeb812e0
|
Better error message for options. More tests for priority
|
4 years ago |
Erez Sh
|
e84a64fc52
|
Added support for rule priorities in LALR
|
4 years ago |
Erez Sh
|
08677238b6
|
Minor edit
|
4 years ago |
MegaIng1
|
2d74539424
|
lark.tools.serialize and standalone can now take more options. Also added info where options need to be added
|
4 years ago |
Erez Sh
|
e4d73526d4
|
Refactor
|
4 years ago |
Erez Sh
|
f2a6feddf1
|
Tiny fixes
|
4 years ago |
MegaIng1
|
ee9857cabb
|
Added backwards-compatibility property with DeprecationWarning
|
4 years ago |
MegaIng1
|
bd22a2f79e
|
Removed _LOAD_BLOCKED_OPTIONS
|
4 years ago |