Kipper icon indicating copy to clipboard operation
Kipper copied to clipboard

[Other] Migrate away from `antlr4ts` to direct Antlr4 TypeScript target generation

Open Luna-Klatzer opened this issue 9 months ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current State & Issue

As described in https://github.com/tunnelvisionlabs/antlr4ts/issues/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.

Luna-Klatzer avatar May 17 '24 14:05 Luna-Klatzer