|
|
|
|
|
by Arelius
3382 days ago
|
|
Yeah, so we can spend a long time trying to find a parser generator that can solve all of our problems in the language that we use, which may or may not exist. Or you could just spend the same time to just write the parser. It turns out that writing a parser just isn't that hard, and in the time that you spend wavering on which parser generator to use, you could have most of your parser done. |
|
Maybe, but if you want all of the features mentioned above (incremental parsing etc.), then writing a parser becomes much more complicated.