[Prophesy] Diff to transform conversion

Daniel Phillips phillips at bonn-fries.net
Sun Jun 2 21:14:43 EST 2002


On Sunday 02 June 2002 09:50, I wrote:
> I think I'll try coding this in C, with the help of the regex library...

The regex library was a big fat disappointment:

  - Cannot apply regex across more than one line.
  - Only matches zero terminated strings.

The latter restriction means it's no good for matching against a part of
string.  Come on guys, I thought Unix was designed by computer scientists,
not schoolchildren.

OK, next step is to just hand code it.  If you want a job done properly...

-- 
Daniel



More information about the Prophesy mailing list