Skip to content

awagner83/haskell-regex-nfa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFA Regular Expression Library (for Haskell)

This library is my attempt at an NFA-based regular expression engine. Loosely based on [Regular Expression Matching Can Be Simple And Fast] [1], this is mostly an experiment for me to understand/explore the implementation of regular expression engines (particularly NFA-style).

[1] http://swtch.com/~rsc/regexp/regexp1.html

About

My attempt at an NFA-based regular expression engine (in haskell)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published