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

Allow initializing lexers with a char iterator #42

Merged
merged 6 commits into from
Feb 7, 2022
Merged

Allow initializing lexers with a char iterator #42

merged 6 commits into from
Feb 7, 2022

Commits on Feb 7, 2022

  1. Generate fns (rather than statics) for semantic action functions

    This should allow adding generic parameters (not lifetimes) to the
    semantic action functions
    osa1 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    309a42f View commit details
    Browse the repository at this point in the history
  2. Implement from_iter constructor

    osa1 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ea68ad1 View commit details
    Browse the repository at this point in the history
  3. Add tests

    osa1 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a434f1e View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    osa1 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    9496318 View commit details
    Browse the repository at this point in the history
  5. Update README

    osa1 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c053aa1 View commit details
    Browse the repository at this point in the history
  6. Rewording

    osa1 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ee3665e View commit details
    Browse the repository at this point in the history