logoalt Hacker News

Antlr-Ng Parser Generator

26 pointsby djoldmanlast Tuesday at 2:04 PM8 commentsview on HN

Comments

____tom____today at 4:42 AM

What is this project's relationship with antlr? I see a different name on the copyright and the github page suggests this is not a part of the antler project, while claiming to be the next generation.

If that's the case, I think it's misleading. It's fine to fork a project, but you don't get to call yourself the next generation of someone else's project.

show 1 reply
Eridrustoday at 4:02 AM

Has performance of ANTLR generated code gotten better? I'm sure some of this was bad grammars, but I wasn't thrilled with what I got out of ANTLR ~15 years ago

Philpaxtoday at 3:03 AM

Is antlr particularly popular these days? I was under the impression that most production parsers are some kind of handwritten recursive descent parsers, primarily because they're better at providing diagnostics and can sometimes be easier to maintain.

macotetoday at 3:06 AM

I used ANTLR to create a grammar file for MK (Manufacturing Knowledge). I plugged the JavaScript parser and lexer into Ace editor. Good memories.

another_twisttoday at 3:23 AM

Why -ng ? I thought it had something to do with angular.