antlr-rust-runtime 0.15.2

High performance Rust runtime and target support for ANTLR v4 generated parsers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "java_antlr": [
    {
      "severity": "error",
      "code": 149,
      "line": 4,
      "column": 14,
      "message": "lexer command popmode does not exist or is not supported by the current target"
    },
    {
      "severity": "error",
      "code": 149,
      "line": 5,
      "column": 14,
      "message": "lexer command token does not exist or is not supported by the current target"
    }
  ]
}