Skip to content

pjhades/remedios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remedios

CircleCI

Toy regular expression library.

Features implemented so far

  • Any-character matching .
  • Basic repetitions *, +, ?
  • Non-greedy repetitions *?, +?, ??
  • Capturing groups
  • Non-capturing groups (?:)
  • ASCII character sets like [a-z]
  • Counted-repetitions like a{3,5}

Benchmark

🚧 Work in Progress 🚧

See the benchmark branch for details.

About

Regular expression engine for fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages