Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 173 Bytes

File metadata and controls

3 lines (2 loc) · 173 Bytes

python-regex-experiment

A small regex matching library. Built to play around with using an NFA for regex pattern matching and gain experience implementing regex engines.