Erez Sh
|
a7c71f32cc
|
Fixed Lark.lex(), added dont_ignore option, added tests for it.
|
4 years ago |
MegaIng1
|
cf25c06420
|
Added custom lexer to earley.
|
4 years ago |
MegaIng
|
a4ddb1e84f
|
Adding missing Testcase to `__main__`
|
4 years ago |
Erez Sh
|
fe89296193
|
Improved load_grammar's error messages, and added tests
|
4 years ago |
pwwang
|
2a73afd355
|
Change LOGGER to logger
|
4 years ago |
pwwang
|
5c8a25c733
|
Avoid using root logger
|
4 years ago |
julienmalard
|
09e80a5c9e
|
Fixed tests
|
4 years ago |
julienmalard
|
857f71e3aa
|
Added regex tests to tox.
|
4 years ago |
Erez Sh
|
9cc57abd8a
|
Added 'cache' option to Lark (Issue #479)
|
4 years ago |
Erez Sh
|
dcc9d46eef
|
Fixes to propagate_positions
|
5 years ago |
Erez Sh
|
f3714a572f
|
Now prints a nice warning instead of failing tests when js2py isn't installed
|
5 years ago |
Michael Heyvaert
|
c00f4448fa
|
fix custom lexer handling for lalr parser + test
|
5 years ago |
Erez Shinan
|
76e185a36c
|
Added the Forest interface for explicit ambiguity
|
6 years ago |
Erez Shinan
|
b2489e13e2
|
A few fixes (tests + interface)
|
6 years ago |
Erez Shinan
|
cffd610e77
|
Fixed reconstructor. All tests passing
|
6 years ago |
Erez Shinan
|
33caa391d5
|
Breaking backwards compatibility:
* Removed the scanless parsing feature (dynamic lexing is king)
* Default LALR lexer is now contextual
|
6 years ago |
Erez Shinan
|
eba4a604cb
|
Added tests for standalone generator
|
7 years ago |
Erez Shinan
|
748e9b7248
|
All relevant tests passing. Also indentation and other refactoring.
|
7 years ago |
Erez Shinan
|
2d04acf227
|
Version 0.5.0 is out with lots of improvements
|
7 years ago |
Kaspar Emanuel
|
a87bcf3097
|
Convert nearley css test into unit test
|
7 years ago |
Erez Shinan
|
dda0719375
|
Post-merge cleanup
|
7 years ago |
Erez Shinan
|
8e2221b2fd
|
Mid-work. A nice first try
|
7 years ago |
Erez Shinan
|
29718a9a3a
|
Bugfix in scanless
|
8 years ago |
Erez Shinan
|
a60c339ff7
|
Scanless Earley now working for all tests!
|
8 years ago |
Erez Shinan
|
a5a20a423a
|
Changed parser/lexer interface in lark. Bumped minor version
|
8 years ago |
Erez Shinan
|
520ab88cd8
|
Added ContextualLexer for LALR. Working, but doesn't seem to improve speed.
Also some issues with python_parser
|
8 years ago |
Erez Shinan
|
2f6f3f9a31
|
Changed to the MIT license
|
8 years ago |
Erez Shinan
|
ab23c163d8
|
Fixed bug in lalr parser. Now testing both lalr & earley in test_parser
|
8 years ago |
Erez Shinan
|
cde2b677bb
|
Added tests and lots of fixes and refactoring
|
8 years ago |