Hacker News new | ask | show | jobs
by destructaball 3385 days ago
What are the advantages of ANTLR over something like Haskells Parsec?

https://github.com/aslatter/parsec

2 comments

Speaking of "parsec", "megaparsec" is a modern fork with a few more bells and whistles: http://hackage.haskell.org/package/megaparsec
Graphical tooling, including grammar debuggers and tree walkers and support for more compiler phases as just parsing.