|
|
|
|
|
by wrs
371 days ago
|
|
I guess I don't really understand the goal of "one-shot" parser generation, since I can't even do that as a human using a parser generator! There's always an iterative process, as I find out how the language I wanted isn't quite the language I defined. Having somebody or something else write tests actually helps with that problem, as it'll exercise grammar cases outside my mental happy path. |
|
It's not a goal of mine but because of interests in parsing I wanted to know if this was something that was happening or if it was hyperbole.