lark/tests
Erez Shinan 720372a386 Standalone parser now uses contextual lexer instead of traditional one (Issue #212)
It should be easy to allow the user to choose between them, but perhaps unnecessary, as the one and only benefit of the traditional parser is a tiny performance advantage.
2018-09-06 15:50:16 +03:00
..
grammars From and relative type imports seem to work. 2018-07-08 02:30:02 +05:30
test_nearley Version 0.5.0 is out with lots of improvements 2018-01-02 10:34:22 +02:00
__init__.py Changed to the MIT license 2017-02-11 10:41:40 +02:00
__main__.py Fixed reconstructor. All tests passing 2018-07-26 16:36:48 +03:00
test_parser.py Fixed the propagate_positions implementation, and added start_pos/end_pos attributes to Tree.Meta 2018-08-28 11:39:20 +03:00
test_reconstructor.py Fixed reconstructor. All tests passing 2018-07-26 16:36:48 +03:00
test_tools.py Standalone parser now uses contextual lexer instead of traditional one (Issue #212) 2018-09-06 15:50:16 +03:00
test_trees.py visitor_args -> v_args 2018-06-18 11:30:32 +03:00