Skip to content
/ tre Public

tre - terrible regex engine, simple regex engine in C

Notifications You must be signed in to change notification settings

imphasing/tre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ?

About

tre - terrible regex engine, simple regex engine in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published