rrevenantt / antlr4rust

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

Visitor's return type #22

Closed sinnott74 closed 2 years ago

sinnott74 commented 3 years ago

Comparing the Rust's ParseTreeVisitor to the TypeScript version I can see that the TS version returns a generic object.

Should the Rust version be doing the same?

Currently attempting to convert a JS library to Rust so it can be used with WASM