Hacker News new | ask | show | jobs
by SneakerXZ 4457 days ago
Too bad, always everyone who teaches how to write a programming language uses generators but actual production programming languages never use them. Except of a few langugages.

I wonder why...

1 comments

It's hard to generate high quality error messages with current generators unfortunately. More common nowadays is building first with a generator and switching to recursive decent when it becomes too unwieldy.