Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/turbolent/javaregex

An implementation of Rob Pike's Virtual Machine-based regular expression engine
https://github.com/turbolent/javaregex

java regex regexp regular-expression regular-expression-engine regular-expressions virtual-machine vm

Last synced: 2 months ago
JSON representation

An implementation of Rob Pike's Virtual Machine-based regular expression engine

Awesome Lists containing this project

README

        

regex
=====

[![Build Status](https://travis-ci.org/turbolent/regex.svg?branch=master)](https://travis-ci.org/turbolent/regex)

An implementation of Rob Pike's Virtual Machine-based regular expression engine,
as described in great detail by Russ Cox in
["Regular Expression Matching: the Virtual Machine Approach"](http://swtch.com/~rsc/regexp/regexp2.html)