Message from discussion
EXCLUDE Statement
Newsgroups: alt.lang.intercal
Path: gmd.de!newsserver.jvnc.net!howland.reston.ans.net!spool.mu.edu!olivea!charnel!rat!decwrl!csus.edu!netcom.com!brendah
From: bren...@netcom.com (Brenda Holloway)
Subject: EXCLUDE Statement
Message-ID: <brendahC9HoF6.K9F@netcom.com>
Organization: NETCOM On-line Communication Services (408 241-9760 guest)
X-Newsreader: TIN [version 1.1 PL8]
Date: Thu, 1 Jul 1993 14:04:17 GMT
Lines: 20
In preparation for implementing *my own* INTERCAL interpreter, I've been
thinking about ways to bring this language into the '90's... make it safe
and sane for a more urbane crowd.
I mean, this thing doesn't even know about FILES! The Standard Library
is just sort of assumed to be there, but it makes it very hard to add
functions.
So, how about an "EXCLUDE" statement? Usually INTERCAL includes all the
standard files, EXCLUDE would tell which labeled lines NOT to include, so
that they might be overridden by the INTERCAL program.
EXCLUDE {label-list}
{label-list} :: {label} | {label}+{label-list}
Anything else I shoulf think about adding?
Brenda