mcchatman8009 / antlr4-tool

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

Added support for fields on Context objects. #25

Closed jackolantern closed 5 years ago

jackolantern commented 5 years ago

Adds fields to context objects, although they all have the type ParserRuleContext. To give better types would require a change to the javascript generator or to parse the generated javascript code and extract the type from the comments (as far as I know).