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

Fix optimizations regarding character classes and grammar mutation #47

Merged
merged 5 commits into from
Mar 29, 2024

Commits on Feb 24, 2024

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

Commits on Mar 29, 2024

  1. Optimization unions choice of char classes

    Fixes #44
    goodmami committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    71d7f15 View commit details
    Browse the repository at this point in the history
  2. Raise on machine parser errors with Flag.STRICT

    Without a memo, the error message does not provide context yet.
    Part of #44.
    goodmami committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8ecd1ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc313e2 View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.5.2

    goodmami committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4b8e405 View commit details
    Browse the repository at this point in the history