Emacs Regexp Extension

I'm working on extending original GNU Emacs regexp. The following extension are available currently.

Source Code

There is a bazaar branch of GNU Emacs 23.1:

http://cx4a.org/repo/emacs.bzr/regexp/

You can checkout with bzr command like:

$ bzr branch http://cx4a.org/repo/emacs.bzr/regexp/

And you can compile it as usual.