antlr-rust-runtime 0.18.0

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
---
source: src/tree_pattern.rs
expression: chunks
---
[
    Text(
        "a < b ",
    ),
    Tag {
        name: "ID",
        label: None,
    },
    Text(
        " c > d",
    ),
]