rex-regex 0.1.1

A pedestrian library for regular expressions: Slow, but easy to understand
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rex

[![Travis
CI](https://api.travis-ci.org/dermesser/rex.svg?branch=master)](https://travis-ci.org/dermesser/rex)

rex is a mere playground where I'm trying to write an engine for parsing,
compiling and matching regular expressions.

It's a bit slow right now, but generally works.

Consider the code licensed under the MIT license.

## Bugs

* Submatches can not start at the same position.