Erez Sh
|
aa82f5a28a
|
Version bump
|
5 years ago |
Erez Sh
|
9ec9acf115
|
The standalone parser is now licensed under MPL2 (instead of GPL) (Issue #507)
|
5 years ago |
Erez Sh
|
21d2016fca
|
Added methods for saving/loading Lark instances with pickle (Issue #479)
|
5 years ago |
Erez Sh
|
287b10504c
|
Added CollapseAmbiguities
|
5 years ago |
KmolYuan
|
803b1fe79e
|
Apply changes and extend more names.
|
5 years ago |
KmolYuan
|
97afea24d1
|
Make LarkError public.
|
5 years ago |
KmolYuan
|
39aa08d223
|
Split out stubs.
|
5 years ago |
KmolYuan
|
3c77de500b
|
Fix syntax for Python 2.
|
5 years ago |
KmolYuan
|
25db16dd73
|
Add stubs for PEP 561.
|
5 years ago |
Erez Sh
|
a55b7155b5
|
Added support for v_args in Interpreter (Issue #520)
|
5 years ago |
Erez Sh
|
3995ad913a
|
Tiny tiny cleanup
|
5 years ago |
Erez Sh
|
cf7479f186
|
Post-merge fixed for end_symbol, + two more tests (Issue #237)
|
5 years ago |
Erez Sh
|
5346231e14
|
Version bump
|
5 years ago |
Erez Sh
|
c9c1ea90e8
|
Revert maybe_placeholders to be False by default.. It should be changed in a major release, not 0.8 (Issue #515)
|
5 years ago |
Erez Sh
|
de1f619fcd
|
Bugfix in stand-alone parser (Issue #514)
|
5 years ago |
Erez Sh
|
73427f785c
|
Version bump (release 0.8)
|
5 years ago |
Erez Sh
|
3688b0053b
|
Disallow '. .' for '..' syntax (Issue #513)
|
5 years ago |
Erez Sh
|
52e510780a
|
Small stuff
|
5 years ago |
Erez Sh
|
182385d7b7
|
Removed bad syntax: *? and +? no longer accepted by the grammar parser (Issue #511)
|
5 years ago |
Erez Sh
|
fcdba441b4
|
Better error message for reduce/reduce conflict (Issue #135)
|
5 years ago |
Erez Sh
|
ae691bf35e
|
Revert propagate_positions to be False by default, still not ready for prime-time
|
5 years ago |
Erez Sh
|
5682dcc57a
|
Added python_bytecode example + Tiny bugfix
|
5 years ago |
Erez Sh
|
b2f1b3bf7c
|
Small fixes
|
5 years ago |
Erez Sh
|
f0da22e9a8
|
LarkOptions now raises AttributeError instead of KeyError (Issue #503)
|
5 years ago |
Erez Sh
|
b9c81a5450
|
Refactor: Simplify code by assuming rule.options is never None
|
5 years ago |
Erez Sh
|
fbbea5f730
|
Removed deprecated feature - profile
|
5 years ago |
Erez Sh
|
dcc9d46eef
|
Fixes to propagate_positions
|
5 years ago |
Erez Sh
|
8842928963
|
Fixed multithreading bug in ContextualLexer (Issue #493)
|
5 years ago |
Erez Sh
|
e1a39c58d0
|
Refactored v_args & visitors to a better, more agile implementation
|
5 years ago |
Jussi Laasonen
|
2de7e34766
|
Open imported grammars with UTF-8 encoding
|
5 years ago |
Erez Sh
|
86f1bb1db6
|
Improved the reconstructor, but it still feels like a lost cause
|
5 years ago |
Erez Sh
|
99a27663f6
|
Better error message
|
5 years ago |
Mike Roberts
|
ed3c131ca8
|
Allow comments in rule definitions
|
5 years ago |
Erez Sh
|
5402794251
|
Fix for nearley
|
5 years ago |
Erez Shinan
|
58d6d9fac1
|
Added Token.end_pos, and updated docs regarding recent commits
|
5 years ago |
Erez Shinan
|
1815bd7fbd
|
Support for token visitation in internal transformers, as an alternative mechanism for lexer_callbacks
|
5 years ago |
Erez Shinan
|
175c403830
|
Transformers now visit tokens by default
|
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
|
e39bfa1b18
|
Bugfix: Some tokens did not recieve and end_line (Issue #472)
|
5 years ago |
Erez Sh
|
5e37fe458d
|
Version bump (0.8.0rc1)
|
5 years ago |
Giuliano Oliveira
|
1f0b1e7520
|
added visit_topdown methods to Visitor classes
|
5 years ago |
Erez Sh
|
f07359c316
|
Version bump
|
5 years ago |
Erez Sh
|
17b6d6d3b3
|
BUGFIX for declared terminals
|
5 years ago |
Timo Furrer
|
9f218f85b6
|
Copy exc state when converting UnexpectedCharacters to UnexpectedToken exc. Fixes #462
|
5 years ago |
Erez Sh
|
35e1029034
|
Start parameter now accepts unicode in Python 2 (Issue #459)
|
5 years ago |
Erez Sh
|
0a4530b942
|
Improved Earley error on EOF (Issue #457)
|
5 years ago |
Erez Sh
|
f566a3618b
|
Bugfix: Lark now throws an error for recursive terminals (Issue #264)
|
5 years ago |
Erez Sh
|
404fef87f4
|
Version bump
|
5 years ago |
Erez Sh
|
94da6c52b8
|
Refactored the Earley code to make it thread-safe (Issue #454)
|
5 years ago |
Erez Sh
|
a207963e46
|
Improved error reporting (Issue #194)
|
5 years ago |