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
{
  "java_antlr": [
    {
      "severity": "error",
      "code": 119,
      "message": "The following sets of rules are mutually left-recursive [a, c, b]"
    }
  ],
  "rust": [
    {
      "severity": "error",
      "category": "G4A005"
    }
  ]
}