-
-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interegular integration, allowing checks for intersections between regexes. #715
Commits on Oct 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4c1cfb2 - Browse repository at this point
Copy the full SHA 4c1cfb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb9e8a - Browse repository at this point
Copy the full SHA 6bb9e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 586c9e0 - Browse repository at this point
Copy the full SHA 586c9e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5471f88 - Browse repository at this point
Copy the full SHA 5471f88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a33716 - Browse repository at this point
Copy the full SHA 9a33716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0953036 - Browse repository at this point
Copy the full SHA 0953036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba5831 - Browse repository at this point
Copy the full SHA 2ba5831View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5581d8 - Browse repository at this point
Copy the full SHA c5581d8View commit details
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 30bfedb - Browse repository at this point
Copy the full SHA 30bfedbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0667d0a - Browse repository at this point
Copy the full SHA 0667d0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c17739 - Browse repository at this point
Copy the full SHA 7c17739View commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 553eb41 - Browse repository at this point
Copy the full SHA 553eb41View commit details -
Update __main__.py
Configuration menu - View commit details
-
Copy full SHA for 518bd3a - Browse repository at this point
Copy the full SHA 518bd3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec9636 - Browse repository at this point
Copy the full SHA 2ec9636View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4181e47 - Browse repository at this point
Copy the full SHA 4181e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ce64b - Browse repository at this point
Copy the full SHA 04ce64bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e453803 - Browse repository at this point
Copy the full SHA e453803View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e2413 - Browse repository at this point
Copy the full SHA f2e2413View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 98cd022 - Browse repository at this point
Copy the full SHA 98cd022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f65325 - Browse repository at this point
Copy the full SHA 6f65325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 413616b - Browse repository at this point
Copy the full SHA 413616bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ba6b7 - Browse repository at this point
Copy the full SHA 75ba6b7View commit details
Commits on Nov 17, 2021
-
Added lark syntax highlighting and a few tiny changes.
Configuration menu - View commit details
-
Copy full SHA for 099c9a6 - Browse repository at this point
Copy the full SHA 099c9a6View commit details -
Remove "Python 2 & 3 compatible"
Since 1.0 isn't Python 2 compatible (according to Reddit post) which makes "& 3" redundant too :)
Configuration menu - View commit details
-
Copy full SHA for ab3f77e - Browse repository at this point
Copy the full SHA ab3f77eView commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c13384 - Browse repository at this point
Copy the full SHA 6c13384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538eda7 - Browse repository at this point
Copy the full SHA 538eda7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f52781 - Browse repository at this point
Copy the full SHA 5f52781View commit details
Commits on Nov 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57d6460 - Browse repository at this point
Copy the full SHA 57d6460View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2150ad - Browse repository at this point
Copy the full SHA b2150adView commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5bf0a29 - Browse repository at this point
Copy the full SHA 5bf0a29View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7dff3f - Browse repository at this point
Copy the full SHA d7dff3fView commit details
Commits on Dec 8, 2021
-
Use __name__ in FromPackageLoader in test_grammar.py
This is the recommended way to call FromPackageLoader from its docs, and makes running the tests a bit more portable
Configuration menu - View commit details
-
Copy full SHA for 5de2ae1 - Browse repository at this point
Copy the full SHA 5de2ae1View commit details -
Merge pull request lark-parser#1049 from pfhayes/patch-1
Use __name__ in FromPackageLoader in test_grammar.py
Configuration menu - View commit details
-
Copy full SHA for 8c89670 - Browse repository at this point
Copy the full SHA 8c89670View commit details
Commits on Dec 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 771c361 - Browse repository at this point
Copy the full SHA 771c361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6216ccf - Browse repository at this point
Copy the full SHA 6216ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a711dc0 - Browse repository at this point
Copy the full SHA a711dc0View commit details
Commits on Dec 19, 2021
-
Make an alias for tree branches
Branch must be used as a generic so that mypy understands that _Leaf_T is the same type associated with the Tree
Configuration menu - View commit details
-
Copy full SHA for acf2a26 - Browse repository at this point
Copy the full SHA acf2a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 732143a - Browse repository at this point
Copy the full SHA 732143aView commit details
Commits on Dec 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1646426 - Browse repository at this point
Copy the full SHA 1646426View commit details
Commits on Jan 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c9c0140 - Browse repository at this point
Copy the full SHA c9c0140View commit details
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e2538ba - Browse repository at this point
Copy the full SHA e2538baView commit details -
Merge pull request lark-parser#1064 from plannigan/mypy_fix-exception…
…s_examples_mapping Have ininstance check match type of argument
Configuration menu - View commit details
-
Copy full SHA for f6bcf4d - Browse repository at this point
Copy the full SHA f6bcf4dView commit details
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2229dda - Browse repository at this point
Copy the full SHA 2229ddaView commit details
Commits on Jan 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b0f6a44 - Browse repository at this point
Copy the full SHA b0f6a44View commit details -
Merge pull request lark-parser#1068 from plannigan/mypy_fix-too_many_…
…object_args Specify minimum expected type in class methods
Configuration menu - View commit details
-
Copy full SHA for 9020d74 - Browse repository at this point
Copy the full SHA 9020d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d2bb9 - Browse repository at this point
Copy the full SHA a3d2bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ec56d - Browse repository at this point
Copy the full SHA 63ec56dView commit details -
Merge pull request lark-parser#1071 from plannigan/mypy_fix-unneeded_…
…backport Remove backport that is no longer needed
Configuration menu - View commit details
-
Copy full SHA for c09dfcf - Browse repository at this point
Copy the full SHA c09dfcfView commit details -
Merge pull request lark-parser#1070 from plannigan/mypy_fix-explicit_…
…none_return Use explicit None return instead of relying on implicit None
Configuration menu - View commit details
-
Copy full SHA for e97e2bc - Browse repository at this point
Copy the full SHA e97e2bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b0e821 - Browse repository at this point
Copy the full SHA 8b0e821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 511d98a - Browse repository at this point
Copy the full SHA 511d98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63585fc - Browse repository at this point
Copy the full SHA 63585fcView commit details
Commits on Jan 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2dc8d56 - Browse repository at this point
Copy the full SHA 2dc8d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 312a251 - Browse repository at this point
Copy the full SHA 312a251View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a40e4 - Browse repository at this point
Copy the full SHA c4a40e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4acc7e5 - Browse repository at this point
Copy the full SHA 4acc7e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4285aa7 - Browse repository at this point
Copy the full SHA 4285aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3c459 - Browse repository at this point
Copy the full SHA 1e3c459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c68d4f - Browse repository at this point
Copy the full SHA 7c68d4fView commit details -
Merge pull request lark-parser#1073 from lark-parser/mypy_fixes_Jan2022
Small fixes for mypy in load_grammar.py
Configuration menu - View commit details
-
Copy full SHA for 67c5d9b - Browse repository at this point
Copy the full SHA 67c5d9bView commit details -
Merge pull request lark-parser#1069 from plannigan/mypy_fix-additiona…
…l_annotations Annotate collections which are hard to infer types for
Configuration menu - View commit details
-
Copy full SHA for cc42307 - Browse repository at this point
Copy the full SHA cc42307View commit details -
Merge pull request lark-parser#1075 from evinism/master
Add MistQL to projects using Lark
Configuration menu - View commit details
-
Copy full SHA for 3affd85 - Browse repository at this point
Copy the full SHA 3affd85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b0f70 - Browse repository at this point
Copy the full SHA 60b0f70View commit details
Commits on Jan 10, 2022
-
Update lark/grammars/python.lark
Co-authored-by: Dmitry Gritsenko <43145587+evtn@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ef9ffe - Browse repository at this point
Copy the full SHA 2ef9ffeView commit details -
Merge pull request lark-parser#1074 from lark-parser/python_grammar_j…
…an2022 Python grammar fixes
Configuration menu - View commit details
-
Copy full SHA for e0af20f - Browse repository at this point
Copy the full SHA e0af20fView commit details
Commits on Jan 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 97c4f3f - Browse repository at this point
Copy the full SHA 97c4f3fView commit details -
Merge pull request lark-parser#1079 from lark-parser/fix_issue1078
Bugfix: maybe_placeholders now don't accumulate over the | operator
Configuration menu - View commit details
-
Copy full SHA for 3bd8031 - Browse repository at this point
Copy the full SHA 3bd8031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47961cb - Browse repository at this point
Copy the full SHA 47961cbView commit details -
Merge pull request lark-parser#1080 from lark-parser/issue1059
Bugfix: v_args failed to apply to class under standalone parser
Configuration menu - View commit details
-
Copy full SHA for 3ae2f6b - Browse repository at this point
Copy the full SHA 3ae2f6bView commit details
Commits on Jan 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5a9e1f8 - Browse repository at this point
Copy the full SHA 5a9e1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d00bec0 - Browse repository at this point
Copy the full SHA d00bec0View commit details
Commits on Jan 17, 2022
-
Added experimental _plugins option for replacing builtins Lark classe…
…s from the outside
Configuration menu - View commit details
-
Copy full SHA for 94d4c92 - Browse repository at this point
Copy the full SHA 94d4c92View commit details
Commits on Jan 21, 2022
-
Merge pull request lark-parser#967 from plannigan/generic_tree_typing
Generic tree typing
Configuration menu - View commit details
-
Copy full SHA for ee27eb4 - Browse repository at this point
Copy the full SHA ee27eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9d9f1 - Browse repository at this point
Copy the full SHA bc9d9f1View commit details
Commits on Jan 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dafe1e1 - Browse repository at this point
Copy the full SHA dafe1e1View commit details -
Merge pull request lark-parser#1087 from lark-parser/cleanup_jan22
setup.py: Small cleanup
Configuration menu - View commit details
-
Copy full SHA for c5b42cd - Browse repository at this point
Copy the full SHA c5b42cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbbd7c3 - Browse repository at this point
Copy the full SHA bbbd7c3View commit details
Commits on Jan 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fefe6a1 - Browse repository at this point
Copy the full SHA fefe6a1View commit details -
Merge pull request lark-parser#1088 from plannigan/mypy_fix-tweak_bas…
…e_func_init Annotate base_func
Configuration menu - View commit details
-
Copy full SHA for c780b3b - Browse repository at this point
Copy the full SHA c780b3bView commit details -
Merge pull request lark-parser#1089 from plannigan/mypy_fix-remove_re…
…definition Remove duplicate definition of PythonIndenter
Configuration menu - View commit details
-
Copy full SHA for 5662083 - Browse repository at this point
Copy the full SHA 5662083View commit details
Commits on Jan 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 99584b3 - Browse repository at this point
Copy the full SHA 99584b3View commit details -
Merge pull request lark-parser#1057 from lark-parser/fixes_for_mypy
Various fixes for mypy, to reduce error count
Configuration menu - View commit details
-
Copy full SHA for 4d6a724 - Browse repository at this point
Copy the full SHA 4d6a724View commit details
Commits on Jan 30, 2022
-
Merge pull request lark-parser#1083 from lark-parser/plugins
Experimental Plugins option
Configuration menu - View commit details
-
Copy full SHA for d285c10 - Browse repository at this point
Copy the full SHA d285c10View commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad2d3c6 - Browse repository at this point
Copy the full SHA ad2d3c6View commit details
Commits on Feb 6, 2022
-
Add test cases for tree templates
Also include minor fixes for clear issues
Configuration menu - View commit details
-
Copy full SHA for 6c6092d - Browse repository at this point
Copy the full SHA 6c6092dView commit details -
Merge pull request lark-parser#1096 from plannigan/test_tree_templates
Add test cases for tree templates
Configuration menu - View commit details
-
Copy full SHA for 9e17b55 - Browse repository at this point
Copy the full SHA 9e17b55View commit details
Commits on Feb 8, 2022
-
specify ignored mypy error by using
type: ignore[error]
instead of plain ignore
Configuration menu - View commit details
-
Copy full SHA for add2b33 - Browse repository at this point
Copy the full SHA add2b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec23259 - Browse repository at this point
Copy the full SHA ec23259View commit details -
explicitly check for
str
instance instead of relying on else aloneExplicit is better than implicit. This also helps to get rid of two mypy errors: lark\tools\__init__.py:34: error: Argument 1 to "append" of "list" has incompatible type "Sequence[str]"; expected "str" [arg-type] lark\tools\__init__.py:35: error: Unsupported operand types for + ("str" and "Sequence[str]") [operator]
Configuration menu - View commit details
-
Copy full SHA for 66b1f33 - Browse repository at this point
Copy the full SHA 66b1f33View commit details -
use
Optional[Literal['utf-8']]
type hint for FileType encoding kwarginstead of unpacking kwargs with mypy errors: lark\tools\__init__.py:26: error: Argument 2 to "FileType" has incompatible type "**Dict[str, str]"; expected "int" [arg-type] lark\tools\__init__.py:27: error: Argument 2 to "FileType" has incompatible type "**Dict[str, str]"; expected "int" [arg-type]
Configuration menu - View commit details
-
Copy full SHA for dd953f1 - Browse repository at this point
Copy the full SHA dd953f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e2b1c2 - Browse repository at this point
Copy the full SHA 1e2b1c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb93ca - Browse repository at this point
Copy the full SHA 1cb93caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e2d475 - Browse repository at this point
Copy the full SHA 3e2d475View commit details -
Configuration menu - View commit details
-
Copy full SHA for 985e722 - Browse repository at this point
Copy the full SHA 985e722View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6d3e1 - Browse repository at this point
Copy the full SHA 4f6d3e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 334c69a - Browse repository at this point
Copy the full SHA 334c69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 469ac3f - Browse repository at this point
Copy the full SHA 469ac3fView commit details -
Merge pull request lark-parser#1101 from hf-kklein/typo_options
🖊 Fix Typo: plural "options" instead of singular "option"
Configuration menu - View commit details
-
Copy full SHA for 9ea84c2 - Browse repository at this point
Copy the full SHA 9ea84c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c34b3c5 - Browse repository at this point
Copy the full SHA c34b3c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c0d5d - Browse repository at this point
Copy the full SHA 91c0d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b98527 - Browse repository at this point
Copy the full SHA 7b98527View commit details -
Merge pull request lark-parser#1102 from hf-kklein/pep8_hints
PEP 8: Minor Code Style Improvements
Configuration menu - View commit details
-
Copy full SHA for 4672406 - Browse repository at this point
Copy the full SHA 4672406View commit details -
Merge pull request lark-parser#1107 from hf-kklein/patch-1
Add Code Style Section to Contribution Guide
Configuration menu - View commit details
-
Copy full SHA for d2d0030 - Browse repository at this point
Copy the full SHA d2d0030View commit details -
Merge pull request lark-parser#1100 from hf-kklein/mypy_tools
Fix MyPy Warnings in lark/tools/__init__.py
Configuration menu - View commit details
-
Copy full SHA for 69d7328 - Browse repository at this point
Copy the full SHA 69d7328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 976698b - Browse repository at this point
Copy the full SHA 976698bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc83ad - Browse repository at this point
Copy the full SHA 6dc83adView commit details -
Merge pull request lark-parser#1110 from hf-kklein/rename_n_child
rename `n` to `child` when iterating over `children`
Configuration menu - View commit details
-
Copy full SHA for 24ae421 - Browse repository at this point
Copy the full SHA 24ae421View commit details -
Merge pull request lark-parser#1099 from hf-kklein/specific_type_ignore
specify ignored mypy error by using `type: ignore[error]` in lark/tree.py and lark/utils.py
Configuration menu - View commit details
-
Copy full SHA for ea5cd4a - Browse repository at this point
Copy the full SHA ea5cd4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4e1d2 - Browse repository at this point
Copy the full SHA 4a4e1d2View commit details -
Merge pull request lark-parser#1109 from hf-kklein/py_typed_setuppy
Add `py.typed` to package_data of lark package
Configuration menu - View commit details
-
Copy full SHA for e965da6 - Browse repository at this point
Copy the full SHA e965da6View commit details -
Merge pull request lark-parser#1111 from lark-parser/iterate_parse
InteractiveParser: Added iter_parse() method, for easier instrumentation
Configuration menu - View commit details
-
Copy full SHA for 113007a - Browse repository at this point
Copy the full SHA 113007aView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 01e16c5 - Browse repository at this point
Copy the full SHA 01e16c5View commit details
Commits on Feb 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac98ba1 - Browse repository at this point
Copy the full SHA ac98ba1View commit details
Commits on Feb 11, 2022
-
Merge pull request lark-parser#1091 from plannigan/mypy_fix-tree_temp…
…lates_cleanup Clean up tree templates implementation to reduce mypy errors
Configuration menu - View commit details
-
Copy full SHA for 8977de7 - Browse repository at this point
Copy the full SHA 8977de7View commit details
Commits on Feb 16, 2022
-
Remove redefinitions related to standalone parser
* Use a dictionary to look up valid parser creators * Split parsing frontend argument validatoin from parsing frontend creation * Convert MakeParsingFrontend uses into functions
Configuration menu - View commit details
-
Copy full SHA for 074c55b - Browse repository at this point
Copy the full SHA 074c55bView commit details -
Merge pull request lark-parser#1115 from plannigan/mypy_fix-remove_re…
…definition Remove redefinitions related to standalone parser
Configuration menu - View commit details
-
Copy full SHA for 27a224e - Browse repository at this point
Copy the full SHA 27a224eView commit details
Commits on Feb 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 45dc2cd - Browse repository at this point
Copy the full SHA 45dc2cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c00cc0 - Browse repository at this point
Copy the full SHA 6c00cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68162d8 - Browse repository at this point
Copy the full SHA 68162d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d036e90 - Browse repository at this point
Copy the full SHA d036e90View commit details -
Merge pull request lark-parser#1117 from lark-parser/rich
Added Tree.rich() method
Configuration menu - View commit details
-
Copy full SHA for 9e3bfd3 - Browse repository at this point
Copy the full SHA 9e3bfd3View commit details
Commits on Feb 26, 2022
-
Rename lexer_state->lexer_thread, and make a few adjustments for the …
…benefit of Lark-Cython
Configuration menu - View commit details
-
Copy full SHA for 6a06bcc - Browse repository at this point
Copy the full SHA 6a06bccView commit details -
Merge pull request lark-parser#1118 from lark-parser/fixes_for_cython
Rename lexer_state->lexer_thread, and make a few adjustments for the benefit of Lark-Cython
Configuration menu - View commit details
-
Copy full SHA for 5772e18 - Browse repository at this point
Copy the full SHA 5772e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eae1ec - Browse repository at this point
Copy the full SHA 5eae1ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe2f56e - Browse repository at this point
Copy the full SHA fe2f56eView commit details
Commits on Feb 27, 2022
-
Merge pull request lark-parser#1065 from plannigan/mypy_fix-exception…
…s_hasattr Use isinstance() checks in expcetions match_examples()
Configuration menu - View commit details
-
Copy full SHA for bc22192 - Browse repository at this point
Copy the full SHA bc22192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf0faa - Browse repository at this point
Copy the full SHA 1bf0faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d65d7 - Browse repository at this point
Copy the full SHA 75d65d7View commit details -
Merge pull request lark-parser#1120 from gruebel/fix-caching
change MAXREPEAT to int
Configuration menu - View commit details
-
Copy full SHA for 0e9edd1 - Browse repository at this point
Copy the full SHA 0e9edd1View commit details
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e739c8b - Browse repository at this point
Copy the full SHA e739c8bView commit details -
Merge pull request lark-parser#1122 from lark-parser/tests_small_fixes
Tests: Small fixes
Configuration menu - View commit details
-
Copy full SHA for 1a8c89f - Browse repository at this point
Copy the full SHA 1a8c89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a60f1 - Browse repository at this point
Copy the full SHA a9a60f1View commit details
Commits on Mar 6, 2022
-
Merge branch 'master' into match-python3
# Conflicts: # lark/grammars/python.lark
Configuration menu - View commit details
-
Copy full SHA for 9be9ac5 - Browse repository at this point
Copy the full SHA 9be9ac5View commit details -
In test_python_grammar.py, add tests for match statements and for pot…
…ential problems arising from the new soft keyword "match".
Configuration menu - View commit details
-
Copy full SHA for 95e1f63 - Browse repository at this point
Copy the full SHA 95e1f63View commit details -
Merge pull request lark-parser#1123 from joseph-e-k/match-python3
Add match stmt support to python.lark
Configuration menu - View commit details
-
Copy full SHA for 596acd7 - Browse repository at this point
Copy the full SHA 596acd7View commit details
Commits on Mar 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a38e481 - Browse repository at this point
Copy the full SHA a38e481View commit details
Commits on Mar 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1bc7fcc - Browse repository at this point
Copy the full SHA 1bc7fccView commit details
Commits on Mar 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 77b7f49 - Browse repository at this point
Copy the full SHA 77b7f49View commit details -
Merge pull request lark-parser#1128 from Erotemic/minor-fixes
Linting to fix minor issues
Configuration menu - View commit details
-
Copy full SHA for 32a0bf6 - Browse repository at this point
Copy the full SHA 32a0bf6View commit details
Commits on Mar 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c5239f8 - Browse repository at this point
Copy the full SHA c5239f8View commit details
Commits on Mar 22, 2022
-
Merge pull request lark-parser#1129 from lark-parser/refactor_mar22
Simplify lexer: Use Match.lastgroup instead of lastindex
Configuration menu - View commit details
-
Copy full SHA for 85ea92e - Browse repository at this point
Copy the full SHA 85ea92eView commit details
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 87638a8 - Browse repository at this point
Copy the full SHA 87638a8View commit details
Commits on Apr 18, 2022
-
Move iter_subtrees_topdown into standalone
Move the definition of `iter_subtrees_topdown` into the standalone template section, so it will be included in standalone parsers.
Configuration menu - View commit details
-
Copy full SHA for c43c6a7 - Browse repository at this point
Copy the full SHA c43c6a7View commit details
Commits on Apr 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f9698eb - Browse repository at this point
Copy the full SHA f9698ebView commit details -
Merge pull request lark-parser#1138 from JonasLoos/master
Fix confusing import in examples
Configuration menu - View commit details
-
Copy full SHA for e5a8669 - Browse repository at this point
Copy the full SHA e5a8669View commit details
Commits on Apr 26, 2022
-
Merge pull request lark-parser#1137 from camgunz/master
Move iter_subtrees_topdown into standalone
Configuration menu - View commit details
-
Copy full SHA for 8a77e42 - Browse repository at this point
Copy the full SHA 8a77e42View commit details -
Adjust imports for Python 3.11
sre_parse and sre_constants are deprecated in 3.11, see python/cpython#91308
Configuration menu - View commit details
-
Copy full SHA for 1b62465 - Browse repository at this point
Copy the full SHA 1b62465View commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bacb8d1 - Browse repository at this point
Copy the full SHA bacb8d1View commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ad5a5d - Browse repository at this point
Copy the full SHA 1ad5a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c327480 - Browse repository at this point
Copy the full SHA c327480View commit details -
Merge pull request lark-parser#1147 from MegaIng/fix-1146
Fix 1146: use the class's __get__ instead of the instance's __get__
Configuration menu - View commit details
-
Copy full SHA for cfa50f9 - Browse repository at this point
Copy the full SHA cfa50f9View commit details
Commits on May 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 87e4ac7 - Browse repository at this point
Copy the full SHA 87e4ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea01edb - Browse repository at this point
Copy the full SHA ea01edbView commit details -
Merge pull request lark-parser#1140 from The-Compiler/py311
Adjust imports for Python 3.11
Configuration menu - View commit details
-
Copy full SHA for d6ad13a - Browse repository at this point
Copy the full SHA d6ad13aView commit details
Commits on May 24, 2022
-
Merge pull request lark-parser#1148 from henryiii/henryiii/fix/p2pack
fix: remove Python 2 legacy packaging code
Configuration menu - View commit details
-
Copy full SHA for 6a19297 - Browse repository at this point
Copy the full SHA 6a19297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76fac66 - Browse repository at this point
Copy the full SHA 76fac66View commit details -
ci: update and use tox for mypy
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 66c22d0 - Browse repository at this point
Copy the full SHA 66c22d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 242c4a5 - Browse repository at this point
Copy the full SHA 242c4a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ec4f5 - Browse repository at this point
Copy the full SHA c4ec4f5View commit details -
Merge pull request lark-parser#1150 from lark-parser/henryiii-henryii…
…i/fix/types Fix for PR lark-parser#1149
Configuration menu - View commit details
-
Copy full SHA for 133b737 - Browse repository at this point
Copy the full SHA 133b737View commit details
Commits on May 25, 2022
-
chore: add pre-commit basic checks
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 61ea19b - Browse repository at this point
Copy the full SHA 61ea19bView commit details -
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5236ff9 - Browse repository at this point
Copy the full SHA 5236ff9View commit details -
fix(types): add some types based on MonkeyType
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e6b3284 - Browse repository at this point
Copy the full SHA e6b3284View commit details -
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2e73d7 - Browse repository at this point
Copy the full SHA f2e73d7View commit details
Commits on May 26, 2022
-
fix: update note and one mistake
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cfd72fa - Browse repository at this point
Copy the full SHA cfd72faView commit details
Commits on Jun 13, 2022
-
Old link is no longer valid. Updates comment to point to web archive.
Configuration menu - View commit details
-
Copy full SHA for 77a1710 - Browse repository at this point
Copy the full SHA 77a1710View commit details -
Merge pull request lark-parser#1159 from patrickhuber/master
Old link for sppf is no longer valid. Point to web archive instead.
Configuration menu - View commit details
-
Copy full SHA for 9531718 - Browse repository at this point
Copy the full SHA 9531718View commit details
Commits on Jul 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 371ebb7 - Browse repository at this point
Copy the full SHA 371ebb7View commit details -
Merge pull request lark-parser#1167 from chanicpanic/fix-1121
Fix ForestToPyDotVisitor
Configuration menu - View commit details
-
Copy full SHA for 9e38c4d - Browse repository at this point
Copy the full SHA 9e38c4dView commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a1e063 - Browse repository at this point
Copy the full SHA 9a1e063View commit details -
Merge pull request lark-parser#1171 from chanicpanic/grammars-package
Create lark/grammars/__init__.py
Configuration menu - View commit details
-
Copy full SHA for d03f32b - Browse repository at this point
Copy the full SHA d03f32bView commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 77d8277 - Browse repository at this point
Copy the full SHA 77d8277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c36098 - Browse repository at this point
Copy the full SHA 1c36098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 835e692 - Browse repository at this point
Copy the full SHA 835e692View commit details
Commits on Aug 16, 2022
-
Test suite: MockFS should raise FileNotFoundError
``MockFS.open`` signature now matches ``lark.utils.FS.open``.
Configuration menu - View commit details
-
Copy full SHA for f0f49fd - Browse repository at this point
Copy the full SHA f0f49fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2890e3 - Browse repository at this point
Copy the full SHA b2890e3View commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 032f8cf - Browse repository at this point
Copy the full SHA 032f8cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0979b - Browse repository at this point
Copy the full SHA bf0979bView commit details
Commits on Aug 22, 2022
-
Add a line break to end of the standalone.py file.
Git was showing "No newline at end of file" warning.
Configuration menu - View commit details
-
Copy full SHA for 25f2e06 - Browse repository at this point
Copy the full SHA 25f2e06View commit details -
Close file-like objects to address ResourceWarning.
This is needed because ArgumentParser is opening its FileType arguments but not closing them. When the program terminates, the default warnings filter was emitting a "ResourceWarning: unclosed file" message. See issue lark-parser#1182.
Configuration menu - View commit details
-
Copy full SHA for c0d2339 - Browse repository at this point
Copy the full SHA c0d2339View commit details
Commits on Aug 23, 2022
-
Merge pull request lark-parser#1183 from shawnbrown/master
Close file-like objects to address ResourceWarning.
Configuration menu - View commit details
-
Copy full SHA for ed53bfd - Browse repository at this point
Copy the full SHA ed53bfdView commit details
Commits on Aug 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8212bf7 - Browse repository at this point
Copy the full SHA 8212bf7View commit details -
Merge branch 'master' of https://github.com/marcinplatek/lark into ma…
…rcinplatek-master
Configuration menu - View commit details
-
Copy full SHA for 5b679ec - Browse repository at this point
Copy the full SHA 5b679ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d2222 - Browse repository at this point
Copy the full SHA a0d2222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d35c65 - Browse repository at this point
Copy the full SHA 3d35c65View commit details
Commits on Sep 11, 2022
-
Merge branch 'fix_cache_filename' of https://github.com/klauer/lark i…
…nto klauer-fix_cache_filename
Configuration menu - View commit details
-
Copy full SHA for 90f9af5 - Browse repository at this point
Copy the full SHA 90f9af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c02d912 - Browse repository at this point
Copy the full SHA c02d912View commit details -
Merge pull request lark-parser#1189 from lark-parser/pr1179
Minor adjustments to PR lark-parser#1179
Configuration menu - View commit details
-
Copy full SHA for 8ab4c3b - Browse repository at this point
Copy the full SHA 8ab4c3bView commit details
Commits on Sep 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a0b6bb4 - Browse repository at this point
Copy the full SHA a0b6bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aabba5 - Browse repository at this point
Copy the full SHA 9aabba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e38475 - Browse repository at this point
Copy the full SHA 0e38475View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7896ee - Browse repository at this point
Copy the full SHA a7896eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f08974e - Browse repository at this point
Copy the full SHA f08974eView commit details -
Merge pull request lark-parser#1190 from cquick01/hashlib-fips-support
refactor: add 'usedforsecurity=False' arg to hashlib.md5 usage
Configuration menu - View commit details
-
Copy full SHA for f775df3 - Browse repository at this point
Copy the full SHA f775df3View commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dce017c - Browse repository at this point
Copy the full SHA dce017cView commit details -
Merge pull request lark-parser#1191 from lark-parser/adjust_pr1152
Adjustments for PR lark-parser#1152
Configuration menu - View commit details
-
Copy full SHA for f009312 - Browse repository at this point
Copy the full SHA f009312View commit details
Commits on Sep 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1a86228 - Browse repository at this point
Copy the full SHA 1a86228View commit details -
Merge pull request lark-parser#1196 from bcr/whitespace-fixes
Remove trailing whitespace
Configuration menu - View commit details
-
Copy full SHA for b07d6ff - Browse repository at this point
Copy the full SHA b07d6ffView commit details
Commits on Oct 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for adad165 - Browse repository at this point
Copy the full SHA adad165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ded048 - Browse repository at this point
Copy the full SHA 1ded048View commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89a480d - Browse repository at this point
Copy the full SHA 89a480dView commit details
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 368c6ac - Browse repository at this point
Copy the full SHA 368c6acView commit details
Commits on Oct 25, 2022
-
PropagatePositions: Allow any object to carry the metadata, by return…
…ing it in __lark_meta__()
Configuration menu - View commit details
-
Copy full SHA for c8386b2 - Browse repository at this point
Copy the full SHA c8386b2View commit details
Commits on Oct 27, 2022
-
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b0647e4 - Browse repository at this point
Copy the full SHA b0647e4View commit details -
Merge pull request lark-parser#1204 from henryiii/henryiii/chore/311
ci: Python 3.11 final
Configuration menu - View commit details
-
Copy full SHA for c19cc51 - Browse repository at this point
Copy the full SHA c19cc51View commit details -
Merge pull request lark-parser#1200 from aspizu/master
Add `__all__` to `__init__`
Configuration menu - View commit details
-
Copy full SHA for 6365160 - Browse repository at this point
Copy the full SHA 6365160View commit details -
Merge pull request lark-parser#1203 from lark-parser/lark_meta
PropagatePositions: Allow any object to carry the metadata, by returning it in __lark_meta__()
Configuration menu - View commit details
-
Copy full SHA for f345d84 - Browse repository at this point
Copy the full SHA f345d84View commit details -
Merge branch 'master' of https://github.com/marcinplatek/lark into ma…
…rcinplatek-master
Configuration menu - View commit details
-
Copy full SHA for d495035 - Browse repository at this point
Copy the full SHA d495035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0196a8b - Browse repository at this point
Copy the full SHA 0196a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for efeb2fb - Browse repository at this point
Copy the full SHA efeb2fbView commit details -
Merge branch 'henryiii/style/pre-commit-basic' of https://github.com/…
…henryiii/lark into henryiii-henryiii/style/pre-commit-basic
Configuration menu - View commit details
-
Copy full SHA for a885ca0 - Browse repository at this point
Copy the full SHA a885ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f063d - Browse repository at this point
Copy the full SHA c1f063dView commit details -
Merge pull request lark-parser#1205 from lark-parser/precommit_updates
Updates to merge PR lark-parser#1151
Configuration menu - View commit details
-
Copy full SHA for d8f51b5 - Browse repository at this point
Copy the full SHA d8f51b5View commit details
Commits on Nov 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dd276c4 - Browse repository at this point
Copy the full SHA dd276c4View commit details -
Merge pull request lark-parser#1208 from lark-parser/pr_1.1.4
PR for v1.1.4
Configuration menu - View commit details
-
Copy full SHA for 9e5bd90 - Browse repository at this point
Copy the full SHA 9e5bd90View commit details -
setup.cfg: Replace deprecated license_file with license_files
Replace the deprecated `license_file` key with `license_files`. The latter has the same semantics and is available since setuptools 42.0.0 (that lark already requires).
Configuration menu - View commit details
-
Copy full SHA for c18f82a - Browse repository at this point
Copy the full SHA c18f82aView commit details -
Merge pull request lark-parser#1209 from mgorny/licfiles
setup.cfg: Replace deprecated license_file with license_files
Configuration menu - View commit details
-
Copy full SHA for 7ef5c98 - Browse repository at this point
Copy the full SHA 7ef5c98View commit details
Commits on Nov 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a2f914e - Browse repository at this point
Copy the full SHA a2f914eView commit details
Commits on Nov 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4563840 - Browse repository at this point
Copy the full SHA 4563840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0157298 - Browse repository at this point
Copy the full SHA 0157298View commit details -
Merge pull request lark-parser#1220 from lark-parser/fix_ci_error
Fix Github shenanigans
Configuration menu - View commit details
-
Copy full SHA for 266cf32 - Browse repository at this point
Copy the full SHA 266cf32View commit details -
Merge pull request lark-parser#1216 from chanicpanic/fix-1214
Fix AmbiguousExpander (Issue lark-parser#1214)
Configuration menu - View commit details
-
Copy full SHA for ea125d1 - Browse repository at this point
Copy the full SHA ea125d1View commit details
Commits on Dec 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dd5ceba - Browse repository at this point
Copy the full SHA dd5cebaView commit details
Commits on Dec 5, 2022
-
Use generator instead of list expand or add method
Generator is memory efficient approach.
Configuration menu - View commit details
-
Copy full SHA for 0b4280e - Browse repository at this point
Copy the full SHA 0b4280eView commit details -
Change some "yield"'s into "yield from"
Also improve performance of "iter_subtrees_topdown" Performance of "iter_subtrees_topdown" method reduce as size of tree increases. Using instance of list method improve the performance.
Configuration menu - View commit details
-
Copy full SHA for d76af7c - Browse repository at this point
Copy the full SHA d76af7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 652b92c - Browse repository at this point
Copy the full SHA 652b92cView commit details -
Merge pull request lark-parser#1224 from lark-parser/dec3_ip_last_token
Fix EOF line information in InteractiveParser.resume_parse()
Configuration menu - View commit details
-
Copy full SHA for b962bb6 - Browse repository at this point
Copy the full SHA b962bb6View commit details -
Merge pull request lark-parser#1225 from jmishra01/memory-efficient
Use generator instead of list expand or add method
Configuration menu - View commit details
-
Copy full SHA for c3b2996 - Browse repository at this point
Copy the full SHA c3b2996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 031cadd - Browse repository at this point
Copy the full SHA 031caddView commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7d9cfa6 - Browse repository at this point
Copy the full SHA 7d9cfa6View commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b51726c - Browse repository at this point
Copy the full SHA b51726cView commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2a0bfe3 - Browse repository at this point
Copy the full SHA 2a0bfe3View commit details -
Merge pull request lark-parser#1228 from jmishra01/lark-utils
Improve logic and performance
Configuration menu - View commit details
-
Copy full SHA for ed2bd92 - Browse repository at this point
Copy the full SHA ed2bd92View commit details
Commits on Dec 18, 2022
-
Updated list literal to support
[*x]
Previous version used `_testlist_comp` which allowed for either one `test` or 2 and more `test_or_star_expr` This version allows a list with one `star_expr` which is valid both in Python and in official Python grammar. Moreover it merges rules used in set and list (since those terminals differ only in one thing: set literal cannot be empty)
Configuration menu - View commit details
-
Copy full SHA for 88fe0fd - Browse repository at this point
Copy the full SHA 88fe0fdView commit details
Commits on Dec 19, 2022
-
Merge pull request lark-parser#1232 from evtn/patch-1
Updated Python grammar list literal to support `[*x]`
Configuration menu - View commit details
-
Copy full SHA for f3d7904 - Browse repository at this point
Copy the full SHA f3d7904View commit details
Commits on Jan 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf03721 - Browse repository at this point
Copy the full SHA bf03721View commit details -
Configuration menu - View commit details
-
Copy full SHA for a194a50 - Browse repository at this point
Copy the full SHA a194a50View commit details
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 386544f - Browse repository at this point
Copy the full SHA 386544fView commit details -
Merge pull request lark-parser#1243 from lark-parser/jan29
Examples: Update version for PyQt5
Configuration menu - View commit details
-
Copy full SHA for 6af71e2 - Browse repository at this point
Copy the full SHA 6af71e2View commit details -
Merge pull request lark-parser#1230 from vincent-hugot/master
Support for Python-style comments in Lark grammar
Configuration menu - View commit details
-
Copy full SHA for 223af36 - Browse repository at this point
Copy the full SHA 223af36View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6aaa01a - Browse repository at this point
Copy the full SHA 6aaa01aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b6982 - Browse repository at this point
Copy the full SHA 30b6982View commit details -
Merge pull request lark-parser#1245 from vincent-hugot/doc_comments
[M:grammar.md] doc: added Python-style comments.
Configuration menu - View commit details
-
Copy full SHA for c9b697e - Browse repository at this point
Copy the full SHA c9b697eView commit details
Commits on Feb 16, 2023
-
Add
.raw
to be serialized in PatternRE and PatternSTR so that error…… messages can still be displayed
Configuration menu - View commit details
-
Copy full SHA for e153825 - Browse repository at this point
Copy the full SHA e153825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c06327 - Browse repository at this point
Copy the full SHA 0c06327View commit details -
Configuration menu - View commit details
-
Copy full SHA for f845b2e - Browse repository at this point
Copy the full SHA f845b2eView commit details
Commits on Feb 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2564232 - Browse repository at this point
Copy the full SHA 2564232View commit details
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0b330b7 - Browse repository at this point
Copy the full SHA 0b330b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b34a8 - Browse repository at this point
Copy the full SHA 31b34a8View commit details -
Merge remote-tracking branch 'origin/interegular-integration' into in…
…teregular-integration # Conflicts: # lark/lexer.py # lark/load_grammar.py # setup.py
Configuration menu - View commit details
-
Copy full SHA for 56ec90d - Browse repository at this point
Copy the full SHA 56ec90dView commit details