Y
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
danidiaz
3385 days ago
Speaking of "parsec", "megaparsec" is a modern fork with a few more bells and whistles:
http://hackage.haskell.org/package/megaparsec
link
pjmlp
3385 days ago
Graphical tooling, including grammar debuggers and tree walkers and support for more compiler phases as just parsing.
link