iter-tools / regex

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

Engine #2

Closed conartist6 closed 3 years ago

conartist6 commented 3 years ago

Converted everything to TS. Complete refactor. Fixes #1. Introduces crucial optimizations for discarding "worse" states, defined as states where a better alternative has matched already.