|
|
|
|
|
by duped
1619 days ago
|
|
I think it's because they're less easy to use tools than writing your own lever/parser, which takes about a day and is fully introspective and debuggable. And if you need decent error reporting at the input it's much easier to thread that through. Plus almost everything language has some kind of PEG or parser combinator library these days. |
|