Skip to content
bjh83 edited this page Oct 25, 2012 · 2 revisions

Welcome to the stammer wiki!

The regex package is a regex compiler with support for variables and character classes. Not all standard features such as various backtracking operators are supported since the main goal of this implementation is to provide polynomial runtime; this is why the VM I implemented is a Thompson VM over some easier to implement back tracking interpreters.

Clone this wiki locally