dfintha / exprparser

Very basic expression parser written in C++.
0 stars 0 forks source link

Improve error handling #7

Open dfintha opened 3 months ago

dfintha commented 3 months ago

There are still some use cases where the parser can completely fail without emitting error message(s). These should be handled. Any new error found will be added to this list.