Skip to content

TreyVigus/simple-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a regex engine that can recognize strings of lowercase english characters using a nondeterministic finite automaton. It currently supports the following operations:

  • character sets with []
  • quantifiers via {}
  • nested expressions via ()

See src/regex.test.ts for examples.

Releases

No releases published

Packages

No packages published