|
|
|
|
|
by bhansconnect
507 days ago
|
|
This is more about simplicity, maintainability, and possiblity for new contributors to easily jump in and fix things. Our current parser is not fun for new contributors to learn. Also, I think parser combinators obsficate a lot of the tracking required for robust error messages. Personally, I find parser combinators nice for small things but painful for large and robust things. |
|