Skip to content
/ Regex Public

the implement of Regular expression engine

Notifications You must be signed in to change notification settings

lheing/Regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex

the implement of Regular expression engine

i use the Approach presented in the book 《engineering a compiler》

Regular Expression---Thompson’s Construction --->ε-NFA

ε-NFA--- The Subset Construction--->DFA

DFA---Brzozowski’s Algorithm--->minimal DFA

then we have the DFA to match string.

https://blog.csdn.net/qq_36513490/article/details/89474321

About

the implement of Regular expression engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published