LPeter1997 / CppCmb

A generic C++17 parser-combinator library with a natural grammar notation.
MIT License
122 stars 8 forks source link

Error reporting #6

Open LPeter1997 opened 4 years ago

LPeter1997 commented 4 years ago

Sorry for the long time no activity, it's time to pick this project back up where I left off!

The first thing being, this project needs proper error-types to report more precise errors in case of a parse failure.