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: proper generated struct name for state change #268

Merged

Commits on Sep 24, 2022

  1. fix: proper generated struct name for state change

    The generated struct name is now correct (uses name specified on command
    line) instead of using the name of the rule.
    klondikedragon committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    ca0318c View commit details
    Browse the repository at this point in the history
  2. avoid conflicts in generated lexer func names

    If multiple generated lexers are in the same package and if they share
    the same rule names, previously duplicate function names would have been
    generated.
    
    Now, generated match function names include the given name of the
    lexer.
    klondikedragon committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    538590b View commit details
    Browse the repository at this point in the history