|
|
|
|
|
by brmgb
1041 days ago
|
|
It can generate elegant and efficient parsers for LR(1) grammars. > I tend to prefer hand written parsers, either via a combinator library or fully manually. That’s common with people used to languages which provide poor parser generators. |
|
I don’t know of many production compilers that use parser generators