AnyDSL / MimIR

MimIR is my Intermediate Representation
https://anydsl.github.io/MimIR/
MIT License
46 stars 9 forks source link

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

Closed fodinabor closed 11 months ago

fodinabor commented 11 months ago

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

leissa commented 11 months ago

merge?