mkpro118 / Regex-Engine

Regex Engine in C
MIT License
0 stars 0 forks source link

Implement a Matcher #16

Closed mkpro118 closed 2 months ago

mkpro118 commented 3 months ago

The matcher will use the NFA to match input strings against the regular expression.