antlr-rust-runtime 0.9.3

High performance Rust runtime and target support for ANTLR v4 generated parsers
Documentation
1
2
3
4
5
6
"use strict";
function strictScope() {
    "use strict";
    let value = 1;
    return value;
}