Skip to content

A regular expression parser and matcher coded in Python from the ground up using NFAs.

License

Notifications You must be signed in to change notification settings

gmax9803/regexp-matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regexp-matcher

A regexp matcher coded in python.

cp2/ contains all the files necessary for the project.

See doc/ for the assignment information that was followed when creating this project.

The project passes all tests in tests/.

This project was made for an assignment in ND CSE 30151: Theory of Computing.

It was completed with my partner, Sam Monterola. Almost everything related to the NFAs can be credited to him.

This repo will likely change as the course progresses and more coding projects are completed.

About

A regular expression parser and matcher coded in Python from the ground up using NFAs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages