ANTLR 4.6 Released
antlr.org
ANTLR 4.6 Released
1–10 of 28 posts
Re: ANTLR 4.6 Released
#2Re: ANTLR 4.6 Released
#3Re: ANTLR 4.6 Released
#4Re: ANTLR 4.6 Released
#5As far as I know, ANTLR v4 is even more of a "framework" than v3, in that it dictates your program structure and always outputs a full parse tree. It appears to have lost the ability to verify the value of k for LL(k) grammars, due to a more powerful underlying algorithm.
I think that simplifies it for most use cases but makes others hard or impossible.
Re: ANTLR 4.6 Released
#6Also I think there were some dependencies on AWT or Swing for debug console.
Re: ANTLR 4.6 Released
#7Nice to see C++ and Go in 4.6 mainline. I've been stuck on ANTLR 3 in order to use C++ and it's great to see the new target finally mainlined. Go is good and I'd like to see a Rust target sometime soon.
Re: ANTLR 4.6 Released
#8Nice to see C++ and Go in 4.6 mainline. I've been stuck on ANTLR 3 in order to use C++ and it's great to see the new target finally mainlined. Go is good and I'd like to see a Rust target sometime soon.