Skip to content

AndreiKazakov/rust-regex-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy project that checks whether a string matches a given regex or not.

It is mostly based on an article by Russ Cox in an attempt to build a minimal regex engine inspired by Thompson's construction algorithm. The main purpose of this exercise is to play with NFA, DFA and regex. It is by no means a finished regex library and it deliberately omits support for some of the regex features like lookaheads etc.

About

An attempt to build a minimal regex engine inspired by Thompson's construction algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages