Skip to content
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

Closed
wants to merge 721 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    4c1cfb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bb9e8a View commit details
    Browse the repository at this point in the history
  3. Discard now a value. Fix docs

    erezsh committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    586c9e0 View commit details
    Browse the repository at this point in the history
  4. More cleanup

    erezsh committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    5471f88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a33716 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0953036 View commit details
    Browse the repository at this point in the history
  7. Fix indentation

    erezsh committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    2ba5831 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5581d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Create CNAME

    erezsh committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    30bfedb View commit details
    Browse the repository at this point in the history
  2. Delete CNAME

    erezsh committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    0667d0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c17739 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Create python.lark

    0dminnimda authored and erezsh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    553eb41 View commit details
    Browse the repository at this point in the history
  2. Create test_python_grammar.py

    Update __main__.py
    0dminnimda authored and erezsh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    518bd3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec9636 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Version bump: 1.0

    erezsh committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4181e47 View commit details
    Browse the repository at this point in the history
  2. Fixed docs ib maybe_placeholders

    Just a minor change
    ThatXliner authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    04ce64b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e453803 View commit details
    Browse the repository at this point in the history
  4. Added pytest.ini

    erezsh committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    f2e2413 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    98cd022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f65325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    413616b View commit details
    Browse the repository at this point in the history
  4. Fix for previous commit

    erezsh committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    75ba6b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Update json_tutorial.md

    Added lark syntax highlighting and a few tiny changes.
    erezsh authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    099c9a6 View commit details
    Browse the repository at this point in the history
  2. Remove "Python 2 & 3 compatible"

    Since 1.0 isn't Python 2 compatible (according to Reddit post) which makes "& 3" redundant too :)
    Nightblade authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ab3f77e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    6c13384 View commit details
    Browse the repository at this point in the history
  2. Updated README.md

    erezsh committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    538eda7 View commit details
    Browse the repository at this point in the history
  3. Update Features page

    erezsh committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    5f52781 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    57d6460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2150ad View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Added test

    erezsh committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    5bf0a29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7dff3f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. 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
    pfhayes authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5de2ae1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1049 from pfhayes/patch-1

    Use __name__ in FromPackageLoader in test_grammar.py
    erezsh authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    8c89670 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    771c361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6216ccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a711dc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. 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
    plannigan committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    acf2a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    732143a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    1646426 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    c9c0140 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    e2538ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1064 from plannigan/mypy_fix-exception…

    …s_examples_mapping
    
    Have ininstance check match type of argument
    erezsh authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    f6bcf4d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    2229dda View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    b0f6a44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1068 from plannigan/mypy_fix-too_many_…

    …object_args
    
    Specify minimum expected type in class methods
    erezsh authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    9020d74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3d2bb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63ec56d View commit details
    Browse the repository at this point in the history
  5. Merge pull request lark-parser#1071 from plannigan/mypy_fix-unneeded_…

    …backport
    
    Remove backport that is no longer needed
    erezsh authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    c09dfcf View commit details
    Browse the repository at this point in the history
  6. Merge pull request lark-parser#1070 from plannigan/mypy_fix-explicit_…

    …none_return
    
    Use explicit None return instead of relying on implicit None
    erezsh authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    e97e2bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b0e821 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    511d98a View commit details
    Browse the repository at this point in the history
  9. Fixed starparams parsing

    evtn committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    63585fc View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    2dc8d56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312a251 View commit details
    Browse the repository at this point in the history
  3. Added walrus operator

    erezsh committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    c4a40e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4acc7e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4285aa7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e3c459 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c68d4f View commit details
    Browse the repository at this point in the history
  8. Merge pull request lark-parser#1073 from lark-parser/mypy_fixes_Jan2022

    Small fixes for mypy in load_grammar.py
    erezsh authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    67c5d9b View commit details
    Browse the repository at this point in the history
  9. Merge pull request lark-parser#1069 from plannigan/mypy_fix-additiona…

    …l_annotations
    
    Annotate collections which are hard to infer types for
    erezsh authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    cc42307 View commit details
    Browse the repository at this point in the history
  10. Merge pull request lark-parser#1075 from evinism/master

    Add MistQL to projects using Lark
    erezsh authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    3affd85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60b0f70 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Update lark/grammars/python.lark

    Co-authored-by: Dmitry Gritsenko <43145587+evtn@users.noreply.github.com>
    erezsh and evtn authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    2ef9ffe View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1074 from lark-parser/python_grammar_j…

    …an2022
    
    Python grammar fixes
    erezsh authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e0af20f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    97c4f3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1079 from lark-parser/fix_issue1078

    Bugfix: maybe_placeholders now don't accumulate over the | operator
    erezsh authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    3bd8031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47961cb View commit details
    Browse the repository at this point in the history
  4. Merge pull request lark-parser#1080 from lark-parser/issue1059

    Bugfix: v_args failed to apply to class under standalone parser
    erezsh authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    3ae2f6b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    5a9e1f8 View commit details
    Browse the repository at this point in the history
  2. Cleanup unused imports

    erezsh committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    d00bec0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    94d4c92 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Merge pull request lark-parser#967 from plannigan/generic_tree_typing

    Generic tree typing
    erezsh authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    ee27eb4 View commit details
    Browse the repository at this point in the history
  2. Merge generic tree typing

    erezsh committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    bc9d9f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. setup.py: Small cleanup

    erezsh committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    dafe1e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1087 from lark-parser/cleanup_jan22

    setup.py: Small cleanup
    erezsh authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    c5b42cd View commit details
    Browse the repository at this point in the history
  3. Annotatate base_func

    plannigan committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    bbbd7c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    fefe6a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1088 from plannigan/mypy_fix-tweak_bas…

    …e_func_init
    
    Annotate base_func
    erezsh authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c780b3b View commit details
    Browse the repository at this point in the history
  3. Merge pull request lark-parser#1089 from plannigan/mypy_fix-remove_re…

    …definition
    
    Remove duplicate definition of PythonIndenter
    erezsh authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    5662083 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    99584b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1057 from lark-parser/fixes_for_mypy

    Various fixes for mypy, to reduce error count
    erezsh authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    4d6a724 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Merge pull request lark-parser#1083 from lark-parser/plugins

    Experimental Plugins option
    erezsh authored Jan 30, 2022
    Configuration menu
    Copy the full SHA
    d285c10 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Version bump

    erezsh committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ad2d3c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Add test cases for tree templates

    Also include minor fixes for clear issues
    plannigan committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    6c6092d View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1096 from plannigan/test_tree_templates

    Add test cases for tree templates
    erezsh authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    9e17b55 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. specify ignored mypy error by using type: ignore[error]

    instead of plain ignore
    hf-kklein committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    add2b33 View commit details
    Browse the repository at this point in the history
  2. rename loop var from f to flag

    readability counts
    hf-kklein committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ec23259 View commit details
    Browse the repository at this point in the history
  3. explicitly check for str instance instead of relying on else alone

    Explicit 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]
    hf-kklein committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    66b1f33 View commit details
    Browse the repository at this point in the history
  4. use Optional[Literal['utf-8']] type hint for FileType encoding kwarg

    instead 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]
    hf-kklein committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    dd953f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e2b1c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cb93ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e2d475 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    985e722 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f6d3e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    334c69a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    469ac3f View commit details
    Browse the repository at this point in the history
  12. Merge pull request lark-parser#1101 from hf-kklein/typo_options

    🖊 Fix Typo: plural "options" instead of singular "option"
    erezsh authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9ea84c2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c34b3c5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    91c0d5d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7b98527 View commit details
    Browse the repository at this point in the history
  16. Merge pull request lark-parser#1102 from hf-kklein/pep8_hints

    PEP 8: Minor Code Style Improvements
    erezsh authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4672406 View commit details
    Browse the repository at this point in the history
  17. Merge pull request lark-parser#1107 from hf-kklein/patch-1

    Add Code Style Section to Contribution Guide
    erezsh authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d2d0030 View commit details
    Browse the repository at this point in the history
  18. Merge pull request lark-parser#1100 from hf-kklein/mypy_tools

    Fix MyPy Warnings in lark/tools/__init__.py
    erezsh authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    69d7328 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    976698b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6dc83ad View commit details
    Browse the repository at this point in the history
  21. Merge pull request lark-parser#1110 from hf-kklein/rename_n_child

    rename `n` to `child` when iterating over `children`
    erezsh authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    24ae421 View commit details
    Browse the repository at this point in the history
  22. 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
    erezsh authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ea5cd4a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4a4e1d2 View commit details
    Browse the repository at this point in the history
  24. Merge pull request lark-parser#1109 from hf-kklein/py_typed_setuppy

    Add `py.typed` to package_data of lark package
    erezsh authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e965da6 View commit details
    Browse the repository at this point in the history
  25. Merge pull request lark-parser#1111 from lark-parser/iterate_parse

    InteractiveParser: Added iter_parse() method, for easier instrumentation
    erezsh authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    113007a View commit details
    Browse the repository at this point in the history
  26. Version bump to 1.1.1

    erezsh committed Feb 8, 2022
    2 Configuration menu
    Copy the full SHA
    01e16c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    ac98ba1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Merge pull request lark-parser#1091 from plannigan/mypy_fix-tree_temp…

    …lates_cleanup
    
    Clean up tree templates implementation to reduce mypy errors
    erezsh authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8977de7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. 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
    plannigan committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    074c55b View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1115 from plannigan/mypy_fix-remove_re…

    …definition
    
    Remove redefinitions related to standalone parser
    erezsh authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    27a224e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Added Tree.rich() method

    erezsh committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    45dc2cd View commit details
    Browse the repository at this point in the history
  2. Added to docs

    erezsh committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    6c00cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68162d8 View commit details
    Browse the repository at this point in the history
  4. Update docs

    erezsh committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    d036e90 View commit details
    Browse the repository at this point in the history
  5. Merge pull request lark-parser#1117 from lark-parser/rich

    Added Tree.rich() method
    erezsh authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    9e3bfd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Rename lexer_state->lexer_thread, and make a few adjustments for the …

    …benefit of Lark-Cython
    erezsh committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    6a06bcc View commit details
    Browse the repository at this point in the history
  2. 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
    erezsh authored Feb 26, 2022
    Configuration menu
    Copy the full SHA
    5772e18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eae1ec View commit details
    Browse the repository at this point in the history
  4. change MAXREPEAT to int

    gruebel committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    fe2f56e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Merge pull request lark-parser#1065 from plannigan/mypy_fix-exception…

    …s_hasattr
    
    Use isinstance() checks in expcetions match_examples()
    erezsh authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    bc22192 View commit details
    Browse the repository at this point in the history
  2. add test

    gruebel committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    1bf0faa View commit details
    Browse the repository at this point in the history
  3. add comment

    gruebel committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    75d65d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request lark-parser#1120 from gruebel/fix-caching

    change MAXREPEAT to int
    erezsh authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    0e9edd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Tests: Small fixes

    erezsh committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e739c8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a8c89f View commit details
    Browse the repository at this point in the history
  3. Minor version bump (1.1.2)

    erezsh committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a9a60f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Merge branch 'master' into match-python3

    # Conflicts:
    #	lark/grammars/python.lark
    joseph-e-k committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    9be9ac5 View commit details
    Browse the repository at this point in the history
  2. In test_python_grammar.py, add tests for match statements and for pot…

    …ential problems arising from the new soft keyword "match".
    joseph-e-k committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    95e1f63 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lark-parser#1123 from joseph-e-k/match-python3

    Add match stmt support to python.lark
    erezsh authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    596acd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    a38e481 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    1bc7fcc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Minir linting fixes

    Erotemic committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    77b7f49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1128 from Erotemic/minor-fixes

    Linting to fix minor issues
    erezsh authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    32a0bf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    c5239f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Merge pull request lark-parser#1129 from lark-parser/refactor_mar22

    Simplify lexer: Use Match.lastgroup instead of lastindex
    erezsh authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    85ea92e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Updated the README

    erezsh committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    87638a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. 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.
    camgunz authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    c43c6a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    f9698eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1138 from JonasLoos/master

    Fix confusing import in examples
    erezsh authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    e5a8669 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge pull request lark-parser#1137 from camgunz/master

    Move iter_subtrees_topdown into standalone
    erezsh authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8a77e42 View commit details
    Browse the repository at this point in the history
  2. Adjust imports for Python 3.11

    sre_parse and sre_constants are deprecated in 3.11, see python/cpython#91308
    The-Compiler committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    1b62465 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    bacb8d1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    1ad5a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c327480 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lark-parser#1147 from MegaIng/fix-1146

    Fix 1146: use the class's __get__ instead of the instance's __get__
    erezsh authored May 13, 2022
    Configuration menu
    Copy the full SHA
    cfa50f9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    87e4ac7 View commit details
    Browse the repository at this point in the history
  2. Use sys.version_info

    The-Compiler committed May 23, 2022
    Configuration menu
    Copy the full SHA
    ea01edb View commit details
    Browse the repository at this point in the history
  3. Merge pull request lark-parser#1140 from The-Compiler/py311

    Adjust imports for Python 3.11
    erezsh authored May 23, 2022
    Configuration menu
    Copy the full SHA
    d6ad13a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Merge pull request lark-parser#1148 from henryiii/henryiii/fix/p2pack

    fix: remove Python 2 legacy packaging code
    erezsh authored May 24, 2022
    Configuration menu
    Copy the full SHA
    6a19297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76fac66 View commit details
    Browse the repository at this point in the history
  3. ci: update and use tox for mypy

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed May 24, 2022
    Configuration menu
    Copy the full SHA
    66c22d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    242c4a5 View commit details
    Browse the repository at this point in the history
  5. Tiny fix to fmt string

    erezsh committed May 24, 2022
    Configuration menu
    Copy the full SHA
    c4ec4f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    133b737 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. chore: add pre-commit basic checks

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed May 25, 2022
    Configuration menu
    Copy the full SHA
    61ea19b View commit details
    Browse the repository at this point in the history
  2. style: run pre-commit

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed May 25, 2022
    Configuration menu
    Copy the full SHA
    5236ff9 View commit details
    Browse the repository at this point in the history
  3. fix(types): add some types based on MonkeyType

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed May 25, 2022
    Configuration menu
    Copy the full SHA
    e6b3284 View commit details
    Browse the repository at this point in the history
  4. fix(types): minor cleanup

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed May 25, 2022
    Configuration menu
    Copy the full SHA
    f2e73d7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. fix: update note and one mistake

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed May 26, 2022
    Configuration menu
    Copy the full SHA
    cfd72fa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Update earley_forest.py

    Old link is no longer valid. Updates comment to point to web archive.
    patrickhuber authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    77a1710 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1159 from patrickhuber/master

    Old link for sppf is no longer valid. Point to web archive instead.
    erezsh authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    9531718 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    371ebb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1167 from chanicpanic/fix-1121

    Fix ForestToPyDotVisitor
    erezsh authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    9e38c4d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    9a1e063 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1171 from chanicpanic/grammars-package

    Create lark/grammars/__init__.py
    erezsh authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d03f32b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    77d8277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c36098 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    835e692 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Test suite: MockFS should raise FileNotFoundError

    ``MockFS.open`` signature now matches ``lark.utils.FS.open``.
    klauer committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f0f49fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2890e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    032f8cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf0979b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Add a line break to end of the standalone.py file.

    Git was showing "No newline at end of file" warning.
    shawnbrown committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    25f2e06 View commit details
    Browse the repository at this point in the history
  2. 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.
    shawnbrown committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c0d2339 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Merge pull request lark-parser#1183 from shawnbrown/master

    Close file-like objects to address ResourceWarning.
    erezsh authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ed53bfd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    8212bf7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/marcinplatek/lark into ma…

    …rcinplatek-master
    erezsh committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5b679ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d2222 View commit details
    Browse the repository at this point in the history
  4. fix: minor refactor

    orcharddweller committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3d35c65 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Merge branch 'fix_cache_filename' of https://github.com/klauer/lark i…

    …nto klauer-fix_cache_filename
    erezsh committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    90f9af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c02d912 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lark-parser#1189 from lark-parser/pr1179

    Minor adjustments to PR lark-parser#1179
    erezsh authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    8ab4c3b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    a0b6bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aabba5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'henryiii/fix/addtypes' of https://github.com/henryiii/lark

     into henryiii-henryiii/fix/addtypes
    erezsh committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0e38475 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7896ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f08974e View commit details
    Browse the repository at this point in the history
  6. Merge pull request lark-parser#1190 from cquick01/hashlib-fips-support

    refactor: add 'usedforsecurity=False' arg to hashlib.md5 usage
    erezsh authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f775df3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    dce017c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f009312 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Remove trailing whitespace

    bcr committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    1a86228 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1196 from bcr/whitespace-fixes

    Remove trailing whitespace
    erezsh authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    b07d6ff View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Fix for issue lark-parser#1173

    erezsh committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    adad165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ded048 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Minor version bump (1.1.3)

    erezsh committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    89a480d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Add __all__

    aspizu committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    368c6ac View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. PropagatePositions: Allow any object to carry the metadata, by return…

    …ing it in __lark_meta__()
    erezsh committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    c8386b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. ci: Python 3.11 final

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    b0647e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1204 from henryiii/henryiii/chore/311

    ci: Python 3.11 final
    erezsh authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c19cc51 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lark-parser#1200 from aspizu/master

    Add `__all__` to `__init__`
    erezsh authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    6365160 View commit details
    Browse the repository at this point in the history
  4. 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__()
    erezsh authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f345d84 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/marcinplatek/lark into ma…

    …rcinplatek-master
    erezsh committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d495035 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0196a8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efeb2fb View commit details
    Browse the repository at this point in the history
  8. Merge branch 'henryiii/style/pre-commit-basic' of https://github.com/…

    …henryiii/lark into henryiii-henryiii/style/pre-commit-basic
    erezsh committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a885ca0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1f063d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8f51b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Minor version bump

    erezsh committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    dd276c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e5bd90 View commit details
    Browse the repository at this point in the history
  3. 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).
    mgorny committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    c18f82a View commit details
    Browse the repository at this point in the history
  4. Merge pull request lark-parser#1209 from mgorny/licfiles

    setup.cfg: Replace deprecated license_file with license_files
    erezsh authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    7ef5c98 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    a2f914e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    4563840 View commit details
    Browse the repository at this point in the history
  2. Fix Github shenanigans

    erezsh committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    0157298 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lark-parser#1220 from lark-parser/fix_ci_error

    Fix Github shenanigans
    erezsh authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    266cf32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request lark-parser#1216 from chanicpanic/fix-1214

    Fix AmbiguousExpander (Issue lark-parser#1214)
    erezsh authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    ea125d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    dd5ceba View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Use generator instead of list expand or add method

    Generator is memory efficient approach.
    jmishra01 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0b4280e View commit details
    Browse the repository at this point in the history
  2. 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.
    jmishra01 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    d76af7c View commit details
    Browse the repository at this point in the history
  3. Use f-string

    jmishra01 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    652b92c View commit details
    Browse the repository at this point in the history
  4. Merge pull request lark-parser#1224 from lark-parser/dec3_ip_last_token

    Fix EOF line information in InteractiveParser.resume_parse()
    erezsh authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b962bb6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request lark-parser#1225 from jmishra01/memory-efficient

    Use generator instead of list expand or add method
    erezsh authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c3b2996 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    031cadd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Version bump (1.1.5)

    erezsh committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7d9cfa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    b51726c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Improve logic and performance

    use fromkeys
    jmishra01 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2a0bfe3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1228 from jmishra01/lark-utils

    Improve logic and performance
    erezsh authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ed2bd92 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. 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)
    evtn authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    88fe0fd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Merge pull request lark-parser#1232 from evtn/patch-1

    Updated Python grammar list literal to support `[*x]`
    erezsh authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f3d7904 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Fix typos

    Found via `codespell -L nd,iif,ot,datas`
    kianmeng committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    bf03721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a194a50 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    386544f View commit details
    Browse the repository at this point in the history
  2. Merge pull request lark-parser#1243 from lark-parser/jan29

    Examples: Update version for PyQt5
    erezsh authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6af71e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lark-parser#1230 from vincent-hugot/master

    Support for Python-style comments in Lark grammar
    erezsh authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    223af36 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    6aaa01a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b6982 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lark-parser#1245 from vincent-hugot/doc_comments

    [M:grammar.md] doc: added Python-style comments.
    erezsh authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c9b697e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Add .raw to be serialized in PatternRE and PatternSTR so that error…

    … messages can still be displayed
    MegaIng committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e153825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c06327 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f845b2e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    2564232 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    0b330b7 View commit details
    Browse the repository at this point in the history
  2. Fix standalone parser

    MegaIng committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    31b34a8 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/interegular-integration' into in…

    …teregular-integration
    
    # Conflicts:
    #	lark/lexer.py
    #	lark/load_grammar.py
    #	setup.py
    MegaIng committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    56ec90d View commit details
    Browse the repository at this point in the history