Skip to content

Regex implementation using Thompson's construction algorithm

License

Notifications You must be signed in to change notification settings

luizfelipedasilva678/regex-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex engine

This is a regex implementation using Thompson's construction algorithm.

This was done just for educational purpose and I don`t think you should use this in production environments.

Supported meta characters:

Meta character Description
? zero or one
* zero or more
| alternate
+ one or more

You can see more informations about how to create your own regex engine here (I used this article as a reference).

About

Regex implementation using Thompson's construction algorithm

Topics

Resources

License

Stars

Watchers

Forks