|
|
|
|
|
by gklitt
1908 days ago
|
|
Ohm’s key selling point for me is the visual editor environment, which shows how the parser is executing on various sample inputs as you modify the grammar. It makes writing parsers fun rather than tedious. One of the best applications of “live programming” I’ve seen. https://ohmlang.github.io/editor/ |
|