Hacker News new | ask | show | jobs
by waps 4673 days ago
Interesting, but how can one write a compiler with "hybrid recursive descent" ? I remember learning that most programming languages aren't actually generated by that class of languages (I don't know about Delphi specifically, but C++ and C are both not recursive-descent-parseable).

What's hybrid about Delphi's parsers ?