Strumenta / tylasu

Apache License 2.0
20 stars 4 forks source link

Separate parsing APIs that don't depend on ANTLR #40

Closed alessiostalla closed 1 year ago

alessiostalla commented 1 year ago

See https://github.com/Strumenta/StarLasu/issues/27 Kolasu split them into a new module (kolasu-antlr) and a new package (com.strumenta.kolasu.antlr.parsing). Given the structure and choices made in Tylasu, we could introduce antlr/parsing.ts and export the current parsing.ts, which won't depend on ANTLR, from the core index.ts Just like Kolasu, we'll increase the version number to 1.3 since this is a breaking change.

alessiostalla commented 1 year ago

This looks completed