ColinEberhardt / assemblyscript-regex

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

Fail more visibly for unsupported features #37

Open ColinEberhardt opened 3 years ago

ColinEberhardt commented 3 years ago

There are a few features not yet supported (e.g. negative lookahead). It would be useful to add these to the parser, but fail visibly when converting to an NFA.