Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 262 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 262 Bytes

Tre

Tre (Terrible Regex Engine) is a simple regular expression engine written in C, utilizing the Thompson NFA matching approach. There is no backtracking involved in a match, and these characters are supported: .*+?()| as well as character escapes like ?