I'd be interested to know some applications of ohm. What have people built with it?
joshmarinacci•16m ago
I’ve been following the Ohm project for years and it’s the best way to build parsers I’ve ever seen. I’ve used it to parse many program languages and even markdown. I’m happy to see it get even faster.
What is great about the Ohm approach against typical lex, yacc, antlr parsers is the solving of ambiguity following the rule that matches first. This makes working with Ohm/PEGs less painful when you are in the initial phase of your project.
kristianp•2d ago