Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: $Revision: 1.6.2.16 $; site ada-uts.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!ada-uts!richw
From: richw@ada-uts.UUCP
Newsgroups: net.lang.c
Subject: Re: Orphaned Response
Message-ID: <10200008@ada-uts.UUCP>
Date: Thu, 12-Sep-85 14:46:00 EDT
Article-I.D.: ada-uts.10200008
Posted: Thu Sep 12 14:46:00 1985
Date-Received: Sun, 15-Sep-85 12:29:12 EDT
References: <10200002@ada-uts.UUCP>
Lines: 16
Nf-ID: #R:ada-uts:10200002:ada-uts:10200008:177600:492
Nf-From: ada-uts!richw    Sep 12 14:46:00 1985


I finally found the Lee paper and it's worth reading if you're
serious about this stuff.

It's pretty close to the code most recently posted, with some
nice additions and good background, etc.  My favorite improvement
over the stuff I posted was the macro to declare Exceptions.
It's something like:

#define New_Exception(e)   Exception e = "e";

Duh!  I thought you couldn't do that (i.e. didn't think e would
be replaced since it's in a string), but did I bother to TRY?
Nooo...

-- Rich