]> Cypherpunks repositories - gostls13.git/commit
beginnings of regular expression library.
authorRob Pike <r@golang.org>
Fri, 10 Oct 2008 02:40:53 +0000 (19:40 -0700)
committerRob Pike <r@golang.org>
Fri, 10 Oct 2008 02:40:53 +0000 (19:40 -0700)
commit8f5b277cac09a46f54bc11be0f1e30ac1180ffad
tree1c94ae3c8d717ec7f849d37e00f3cd22f67c4700
parent583dac04e308046f109feb95051e0ab252ba2583
beginnings of regular expression library.
will move elsewhere when more complete.
parses, does not execute.
no character classes yet.

R=rsc
DELTA=522  (522 added, 0 deleted, 0 changed)
OCL=16863
CL=16874
usr/r/regexp/Makefile [new file with mode: 0644]
usr/r/regexp/main.go [new file with mode: 0644]
usr/r/regexp/regexp.go [new file with mode: 0644]