This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MegaIng 1ee00c0e84 added test for not caching the Transformer 3 years ago
..
grammars Added test for template imports and implemented them 4 years ago
test_nearley Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) 3 years ago
__init__.py Changed to the MIT license 7 years ago
__main__.py Fixed Lark.lex(), added dont_ignore option, added tests for it. 3 years ago
test_cache.py added test for not caching the Transformer 3 years ago
test_grammar.py Grammar: Added support for line breaks, using \\ 3 years ago
test_lexer.py Fixed Lark.lex(), added dont_ignore option, added tests for it. 3 years ago
test_logger.py Change LOGGER to logger 4 years ago
test_parser.py Merge pull request #995 from lark-parser/more_changes 3 years ago
test_reconstructor.py Fix tests for PR 3 years ago
test_relative_import.lark Fixed tests to work with pytest, improved docs 5 years ago
test_relative_import_preserves_leading_underscore.lark get_namespace_name now preserves leading underscore on relative import 5 years ago
test_relative_import_rename.lark Tests for import rename 5 years ago
test_relative_import_rules_dependencies_imported_only_once.lark load_grammar now collects all imports to make before loading them to namespace 5 years ago
test_relative_import_unicode.lark Open imported grammars with UTF-8 encoding 4 years ago
test_relative_multi_import.lark Fixed tests to work with pytest, improved docs 5 years ago
test_relative_rule_import.lark Change namespace naming and aliasing for imports 5 years ago
test_relative_rule_import_drop_ignore.lark Change namespace naming and aliasing for imports 5 years ago
test_relative_rule_import_rename.lark Allow renaming relative import rule 5 years ago
test_relative_rule_import_subrule.lark Change namespace naming and aliasing for imports 5 years ago
test_relative_rule_import_subrule_no_conflict.lark Allow renaming relative import rule 5 years ago
test_templates_import.lark Added test for template imports and implemented them 4 years ago
test_tools.py Fixes to typing and tests 3 years ago
test_tree_forest_transformer.py Adjustments and fixes for PR 4 years ago
test_trees.py Tests: Updated test_merge_transformers 3 years ago