[Other] Migrate away from antlr4ts
to direct Antlr4 TypeScript target generation
#518
Open
1 task done
Labels
breaking change
This is a breaking change
maintenance
Maintenance related to keep the repo or code up-to-date and working
Milestone
Is there an existing issue for this?
Current State & Issue
As described in tunnelvisionlabs/antlr4ts#549, the need of using
antlr4ts
to generate the language Lexer and Parser has vanished, as the base Antlr4 package now provides such functionality as well.As such to avoid depending on a deprecated project which itself is also incompatible with newer versions, we will need to migrate away and adjust our lexer & parser generation workflows.
The text was updated successfully, but these errors were encountered: