5 ms·
What are the advantages of ANTLR over something like Haskells Parsec? https://github.com/aslatter/parsec https://github.com/aslatter/parsec
by destructaball 10y ago
What are the advantages of ANTLR over something like Haskells Parsec?
https://github.com/aslatter/parsec https://github.com/aslatter/parsec
- pjmlp 10y agoGraphical tooling, including grammar debuggers and tree walkers and support for more compiler phases as just parsing.
- danidiaz 10y agoSpeaking of "parsec", "megaparsec" is a modern fork with a few more bells and whistles: http://hackage.haskell.org/package/megaparsec http://hackage.haskell.org/package/megaparsec