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

V1.0 merge master2 #963

Merged
merged 44 commits into from
Aug 17, 2021
Merged

V1.0 merge master2 #963

merged 44 commits into from
Aug 17, 2021

Commits on Jun 28, 2021

  1. Docs fix + cleanup

    erezsh committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    ec2ba88 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

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

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    389e7fb View commit details
    Browse the repository at this point in the history
  2. lexer.py: Small refactor

    erezsh committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e599173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da3a993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bc070b View commit details
    Browse the repository at this point in the history
  5. More minor refactorings

    erezsh committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    24f6530 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    eb2b0b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a13cfce View commit details
    Browse the repository at this point in the history
  3. Tiny comment fix

    erezsh committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    d7d02e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c953dd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f14ff6d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #935 from lark-parser/propagate_containers

    Bugfix in propagate_positions
    erezsh authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    8b5d856 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

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

Commits on Jul 13, 2021

  1. Updated a few links

    I believe that the changed link from `examples` to `/examples` isn't a problem on readthedocs, but we should check. If it works, this PR fixes #941 .
    MegaIng authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    688c581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4a7af View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    7cb8acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a18a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    5e5bd18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61973a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Tiny adjustments

    erezsh committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    55642be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a9afb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    845b6fa View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    b4fe22a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6872404 View commit details
    Browse the repository at this point in the history
  3. Tiny fix to PR

    erezsh committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    6a02798 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa85653 View commit details
    Browse the repository at this point in the history
  5. Refactor small_factors

    MegaIng committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    3436b33 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Merge branch 'better_repeats' of https:/MegaIng/lark into…

    … MegaIng-better_repeats
    erezsh committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    953f253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90460f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c019634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b50786 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf61f78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ee1409 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Docs: Updated IDE link

    erezsh committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    e8d5e7e View commit details
    Browse the repository at this point in the history
  2. Docs: Updated IDE links again

    erezsh committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    41b2ba0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Remove ineffective description-file key from setup.cfg

    Otherwise, setuptools warns that:
    "UserWarning: Usage of dash-separated 'description-file' will not be
    supported in future versions. Please use the underscore name
    'description_file' instead"
    
    This key doesn't seem to do anything unless you use pbr.
    sbraz committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    f3826ed View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

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

Commits on Aug 13, 2021

  1. Merge pull request #930 from MegaIng/fix-tree_matcher

    fix tree_matcher when keep_all_tokens=True by setting sym.filter_out …
    erezsh authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    d637b11 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Remove config for Travis CI

    michael-k committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    3269605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f73a58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c998d0b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #960 from michael-k/remove-travis

    Remove config for Travis-CI.org
    erezsh authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    82ad512 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f05a37 View commit details
    Browse the repository at this point in the history