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

Assign token names to string literals in parse rule contexts #2358

Merged

Commits on Nov 18, 2018

  1. Configuration menu
    Copy the full SHA
    0a6dbc3 View commit details
    Browse the repository at this point in the history
  2. RuleFunction: process STRING_LITERAL along with RULE_REF and TOKEN_RE…

    …F. Add getRuleTokens method
    KvanTTT committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    d3745c7 View commit details
    Browse the repository at this point in the history
  3. ElementFrequenciesVisitor: override stringRef(TerminalAST ref) for co…

    …rrect processing of arrays of string literals
    KvanTTT committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    70e3e5d View commit details
    Browse the repository at this point in the history
  4. Add AssignTokenNamesToStringLiteralsInGeneratedParserRuleContexts and…

    … AssignTokenNamesToStringLiteralArraysInGeneratedParserRuleContexts unit-tests
    KvanTTT committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    2f7c5bf View commit details
    Browse the repository at this point in the history