Hacker News new | ask | show | jobs
by pklausler 325 days ago
Recursive descent is a cleaner way to go when the language cannot be lexed without feedback from the parser and semantics, like Fortran. And parser combinators make RD straightforward to code.