ColinEberhardt / assemblyscript-regex

A regex engine for AssemblyScript
MIT License
86 stars 12 forks source link

Improve better error handling for malformed regex expressions #36

Open ColinEberhardt opened 3 years ago

ColinEberhardt commented 3 years ago

See https://github.com/ColinEberhardt/assemblyscript-regex/pull/35

I haven't taken a terribly structured approach to error handling, hence there may be cases where the error reporting is poor or the behaviour unexpected. Furthermore, the test suite I am using does't have many error cases.