tunnelvisionlabs / antlr4ts

Optimized TypeScript target for ANTLR 4
Other
628 stars 107 forks source link

antlr4 version 4.8.0 sync #437

Open soneymathew opened 4 years ago

soneymathew commented 4 years ago

Hello maintainers,

I learned that antlr4 version got released 4 days ago. https://www.npmjs.com/package/antlr4 Do you have near term plans to stay in sync?

Please let me know if I can help contribute to upgrading?

Thanks for open sourcing this, Soney

sharwell commented 4 years ago

The synchronization process for this project is different.

  1. The changes from antlr/antlr4 are incorporated into tunnelvisionlabs/antlr4
  2. The changes from tunnelvisionlabs/antlr4 are incorporated into tunnelvisionlabs/antlr4cs and tunnelvisionlabs/antlr4ts

Are there any particular changes from the 4.8 release that are needed here in the short term?

soneymathew commented 4 years ago

Thanks for the quick response :) no particular changes I had in mind, I am still learning to use this better. So wanted to check if I should use this one or the latest reference implementation when starting out on a new project.

I am learning to support a new grammar akin to SQL grammar in IDEs at the moment. So looking to leverage this for autocomplete, syntax highlighting, error reporting etc.

Would be great if you can share your thoughts on if I should wait for an upgrade?

Thanks, Soney

sharwell commented 4 years ago

This project tends to move slowly, so I don't think you'd need to wait for the 4.8 update.