Tcl Source Code

regexp
Login
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

The Spencer regexp engine is shared between Postgres and TCL.

Here is a link to the internal doc of the engine at Postgres: http://git.postgresql.org/gitweb/?p=postgresql.git;a=blob_plain;f=src/backend/regex/README;hb=HEAD

Another engine of interest is IMHO Google's re2: