antlr4rust
antlr4rust copied to clipboard
ANTLR4 parser generator runtime for Rust programming laguage
Results
33
antlr4rust issues
Sort by
recently updated
recently updated
newest added
`exit()` method from `Listenable` trait is not implemented for labeled contexts. As a result, `fn exit_or(&mut self, _ctx: &OrContext + 'a> for AddContext
running test VisitorCalc through antlr `java.exe -jar ..\..\antlr4-4.8-2-SNAPSHOT-complete.jar -no-listener -visitor -Dlanguage=Rust .\VisitorCalc.g4` produces code that refernces the listener here for example in the generated parser `antlr_rust::tid! { impl for dyn...