mcchatman8009 / antlr4-tool

A useful Antlr4 tool with full TypeScript support
Other
36 stars 20 forks source link

Add typing generation for visitors. #24

Closed jackolantern closed 5 years ago

jackolantern commented 5 years ago

Makes it easier to inherit from a generated visitor by allowing typescript to see that the generated visitor inherits ParseTreeVisitor.