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

Higher-level parser APIs #132

Merged
merged 12 commits into from
Aug 6, 2023
Merged

Higher-level parser APIs #132

merged 12 commits into from
Aug 6, 2023

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    eb3d238 View commit details
    Browse the repository at this point in the history
  2. Add a redesigned IGrammarProvider.

    It got a `GetSymbolFromSpecialName` method and replaced `TokenizerFactoryContext`.
    teo-tsirpanis committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f09a8ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8054d8e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    ea85f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    410d947 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8abd6f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Add the tokenizer chaining APIs.

    There was a small change from the design document.  `ChainedTokenizerBuilder.Default` became a method named `CreateDefault()` for consistency.
    teo-tsirpanis committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    17726ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff91f46 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Update the JDK version to 17.

    Fixes SonarCloud warnings.
    teo-tsirpanis committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    4cb8ced View commit details
    Browse the repository at this point in the history
  2. Change the TokenizerExtensions methods to accept a `ref ParserInput…

    …Reader<TChar>`.
    
    This is what the design document specified.
    teo-tsirpanis committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    fbb89c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b93d5df View commit details
    Browse the repository at this point in the history
  4. Update documentation.

    teo-tsirpanis committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    fdd7ba7 View commit details
    Browse the repository at this point in the history