James Mitchell
unread,Feb 27, 2023, 2:19:42 PM2/27/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to antlr-discussion
Hello, y'all!
So, I just started up a language project (I have an itch to scratch...) and so I picked up ANTLR4, which I hadn't used before. I was really pleased with the left-recursion resolution the amazing IntelliJ tooling, but was surprised to find the AST stuff gone. In my particular case, I'm going to need to rewrite my parser definition so my AST-conversion tree-walking code won't have to re-create all the context that you'd normally get for free in the parser, but so be it. This has left me curious, though... does anyone know if there's a roadmap FAQ out there somewhere that lists the long-term intent that Mr. Parr and team have for ANTLR >= 4? I'd be interested to see what's "out for now" versus what's definitively out for good (and what other goodies they'd like to get to).
Thanks in advance! :)
James