kbnf-syntax 0.5.3

An internal syntax crate for kbnf crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: src/parser.rs
expression: result
---
- "\n             single_quote ::= '\\t\\r\\n\\'';\n             double_quote ::= \"\\t\\r\\n\\\"\";\n             regex_double_quote ::= #\"\\t\\r\\n\\\"\";\n        "
- - lhs: single_quote
    rhs:
      Terminal: "\t\r\n'"
  - lhs: double_quote
    rhs:
      Terminal: "\t\r\n\""
  - lhs: regex_double_quote
    rhs:
      RegexString: "\t\r\n\""