leleyi / re2nfa

We use the NFA way to write our regular expression state machine, first perform the lexical analysis of the expression, then use the bottom-up method for grammatical analysis, and then establish NFA, and finally used to match the string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leleyi/re2nfa Stargazers