antlr-rust-runtime 0.15.2

High performance Rust runtime and target support for ANTLR v4 generated parsers
Documentation
1
2
3
4
5
lexer grammar LexerBasic;

A : 'a' ;
WORD : [a-z]+ ;
WS : [ \t\r\n]+ -> skip ;