Merge pull request #1540 from lark-parser/pr1506 Fixes for PR #1506, which adds the option to cache the grammar definition
Recent Commits to lark:master
-
Merge pull request #1540 from lark-parser/pr1506
-
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