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

ABNF grammar support #1017

Closed
wants to merge 7 commits into from
Closed

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    eb9c4c0 View commit details
    Browse the repository at this point in the history
  2. Fix lexer to allow any character in terminal names.

    This fix is needed for ABNF grammar support.
    t-higuchi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3211beb View commit details
    Browse the repository at this point in the history
  3. Added '%import' extension to ABNF grammar

    Syntax:
     %import module
     %import module (rule1, rule2, ...)
    
    Example:
     %import core-rules                ; import rules from lark/grammars/core-rules.abnf
     %import core-rules (CRLF, DIGITS) ; import specified rules (CRLF and DIGITS) only
    t-higuchi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    c6fbb0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3a925d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef29a28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51ba8a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18f91cc View commit details
    Browse the repository at this point in the history