antlr-rust-runtime 0.16.0

High performance Rust runtime and target support for ANTLR v4 generated parsers
Documentation
1
2
3
4
5
6
lexer grammar T;
Error0: '''test''';
Error1: '' 'test';
Error2: 'test' '';
Error3: '';
NotError: ' ';