iter-tools / regex

A streaming regex evaluation engine
MIT License
11 stars 1 forks source link

Build and publish #16

Closed conartist6 closed 3 years ago

conartist6 commented 3 years ago

I don't need to wait to support everything (particularly \b and lookaheads) to release. I already throw errors indicating the lack of support for those. There's still a good bit more low hanging fruit that I can put in though, and I want to make sure that everything I do support is correct.

conartist6 commented 3 years ago

Currently /async must be loaded as /dist/async. This should probably be fixed.

conartist6 commented 3 years ago

Oops I published it anyway.