Commit Graph

12 Commits

Author SHA1 Message Date
Erez Shinan 33caa391d5 Breaking backwards compatibility:
* Removed the scanless parsing feature (dynamic lexing is king)
* Default LALR lexer is now contextual
2018-05-05 17:03:52 +03:00
Erez Shinan eba4a604cb Added tests for standalone generator 2018-03-10 12:28:35 +02:00
Erez Shinan 748e9b7248 All relevant tests passing. Also indentation and other refactoring. 2018-01-23 15:58:56 +02:00
Erez Shinan 2d04acf227 Version 0.5.0 is out with lots of improvements 2018-01-02 10:34:22 +02:00
Kaspar Emanuel a87bcf3097 Convert nearley css test into unit test 2017-10-05 13:14:08 +01:00
Erez Shinan dda0719375 Post-merge cleanup 2017-08-04 15:53:50 +03:00
Erez Shinan 8e2221b2fd Mid-work. A nice first try 2017-05-01 17:08:10 +03:00
Erez Shinan 29718a9a3a Bugfix in scanless 2017-03-04 19:36:07 +02:00
Erez Shinan a60c339ff7 Scanless Earley now working for all tests! 2017-03-01 10:42:55 +02:00
Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 2017-02-25 18:35:31 +02:00
Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed.
Also some issues with python_parser
2017-02-15 00:45:00 +02:00
Erez Shinan 2f6f3f9a31 Changed to the MIT license 2017-02-11 10:41:40 +02:00