Lorance Stinson <lorance@worldpbx.com> wrote:
+---------------
| I have modified compile-regexp to aknowledge a list as the source of
| a regexp. I have also started writting a special parser for
| s-expression's. I will complete it over the weekend. I partially
| completed it last night. The results are:
| "^.*$" => '(:BOL (:STAR :ANY) :EOL)
| "^(.*)$" => '(:BOL (:STAR (:CAPTURE :ANY)) :EOL)
+---------------
Also see <URL:http://www.cc.gatech.edu/fac/Olin.Shivers/sre.txt>
(and the interesting discussion of "100% and 80% solutions").
-Rob
-----
Rob Warnock, 30-3-510 <rpw3@sgi.com>
SGI Network Engineering <http://www.meer.net/~rpw3/>
1600 Amphitheatre Pkwy. Phone: 650-933-1673
Mountain View, CA 94043 PP-ASEL-IA
[Note: aaanalyst@sgi.com and zedwatch@sgi.com aren't for humans ]