benmarch / spel2js

Parse Spring Expression Language in JavaScript
Other
69 stars 19 forks source link

ANTLR for SpEl #25

Open deanmaster opened 1 week ago

deanmaster commented 1 week ago

Hello @benmarch ,

This library is impressive. I'm looking for a grammar similar to ANTLR for tooling support autocompletion syntax of SpEl. I saw within your parser you added comment in ANTLR syntax. Do you know if it's possible to generate the grammar our of this library ?

Thanks a lot, Tuan Do

benmarch commented 1 week ago

Hi @deanmaster ,

Thanks for reaching out. Honestly, I ported this library from the Spring codebase like 10 years ago and haven't maintained it much since. I'm not sure if it will work for your use case, but I would be very interested if you try it and get it working. Sorry, I wish I could be more helpful.

Thanks, Ben