Hacker News new | ask | show | jobs
by agos 4493 days ago
so the grammars are still a bunch of regexes? that'd be kind of a letdown
1 comments

IntelliJ is pretty nice on this point. You write a PEG-style parser and get a full AST. It is a lot of work, but the payoff is pretty nice and they have a lot of solid tooling to help you out.