Hacker News new | ask | show | jobs
by marssaxman 81 days ago
I am a compiler guy, and I completely agree. Parsing is not that hard and not that important. Recursive descent + pratt expressions is almost always the practical choice.