Hacker News new | ask | show | jobs
by ainar-g 1014 days ago
At least the people who named it understood the silliness of the issue, heh.
1 comments

It is not as silly as it sounds. Many programming language implementations allow a partial parser that looks similar to this in order to give better diagnostics even when the AST is incomplete. (I did the same in the past, for example.)