- Forked the pcre-to-regexp project as pyre-to-regexp and adapted for Python-like regular expressions.
- Added tests as a YAML file with matching Python script to test same regexeps.
- index: implement "character classes"
- README: fix
- test: move "keys" tests into their own test cases
- add .travis.yml file
- add README.md
- index: support PHP 5.2.2-style "alternative" named captures
- test: fix twitter test case
- index: attempt to handle nested groups
- index: initial quick "named captures" implementation
- gitignore: ignore local dev single letter JS files
- initial commit