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

Incremental Parsing support #414

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2019

  1. Initial tool work

    dberlin committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    e48dd26 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    d17eeb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52bdbd4 View commit details
    Browse the repository at this point in the history
  3. ANTLR looks at the same tokens a lot, don't do useless interval work …

    …when the position/lookahead has not changed
    dberlin committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    2a38dc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    144cf99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1465a87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c690d09 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

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

Commits on Apr 7, 2019

  1. Configuration menu
    Copy the full SHA
    de17e6b View commit details
    Browse the repository at this point in the history
  2. Clean up tslint errors

    dberlin committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    566ecec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a202d10 View commit details
    Browse the repository at this point in the history