AnyDSL / thorin2

The Higher ORder INtermediate representation - next gen
https://anydsl.github.io/thorin2/
MIT License
46 stars 9 forks source link

Also support regex.not_ in DFA-based engine. #257

Closed fodinabor closed 10 months ago

fodinabor commented 10 months ago

This introduces the notion of error states to the DFA/NFA that trap negated matches.

leissa commented 10 months ago

merge?