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

Scannerless parsing #23

Merged
merged 12 commits into from
Oct 5, 2023
Merged

Scannerless parsing #23

merged 12 commits into from
Oct 5, 2023

Commits on Oct 4, 2023

  1. Implement scannerless parsing

    alllex committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d9604e0 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    alllex committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c725121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3857b9e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge branch 'main' into scannerless-parsing

    # Conflicts:
    #	src/commonMain/kotlin/me/alllex/parsus/parser/Lexer.kt
    alllex committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3e72d92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d3268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b33bc5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22cb43e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d1e1a5 View commit details
    Browse the repository at this point in the history
  6. Fix TokenMatchingTraceTest

    alllex committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3368259 View commit details
    Browse the repository at this point in the history
  7. Add naive JSON grammar test

    alllex committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    915edc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30669a6 View commit details
    Browse the repository at this point in the history
  9. Deprecate currentToken

    alllex committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    4f6501d View commit details
    Browse the repository at this point in the history