UnexpectedInput.pos_in_stream now defaults to 0
Recent Commits to lark:master
-
UnexpectedInput.pos_in_stream now defaults to 0
-
Fix in indenter - now always creating dedents with line information
Fix in indenter - now always creating dedents with line information
-
Merge pull request #1540 from lark-parser/pr1506
Merge pull request #1540 from lark-parser/pr1506 Fixes for PR #1506, which adds the option to cache the grammar definition
-
Added tests for cache_grammar
Added tests for cache_grammar
-
Small fix, comments, added some types
Small fix, comments, added some types
-
Small bugfix + refactor
Small bugfix + refactor
-
Serialize Lark.grammar (fixes issue #1472) (#1506)
Serialize Lark.grammar (fixes issue #1472) (#1506) * Serialize Lark.grammar * Lark option: cache_grammar = False * Add documentation and error message to Reconstructor * Move parser.grammar check deeper into TreeMatcher
-
Include missing import in standalone parser
Include missing import in standalone parser