rrevenantt / antlr4rust

ANTLR4 parser generator runtime for Rust programming laguage
Other
409 stars 70 forks source link

Any example for the Python-like grammar? #18

Open tnkmrbg opened 3 years ago

tnkmrbg commented 3 years ago

Some languages use INDENT\DEDENT tokens such as python. Does this crate have the function to handle them? https://github.com/yshavit/antlr-denter/blob/master/Java/core/src/main/java/com/yuvalshavit/antlr4/DenterHelper.java and is there any example for that?