From: | bobduff@world.std.com (Robert A Duff) |
Newsgroups: | comp.compilers |
Date: | 22 Mar 1996 00:42:43 -0500 |
Organization: | The World Public Access UNIX, Brookline, MA |
References: | 96-02-226 96-03-096 96-03-112 96-03-123 |
Keywords: | standards |
Jeff Jackson <jgj@ssd.hcsc.com> wrote:
>I've always felt that language standards should be issued as an
>implementation. That way there would never be any question as to what
>was the right interpretation. You try it on the standard
>implementation and whatever it does is the correct interpretation of
>whatever written description is produced to accompany the standard.
This could only work if the language has no implementation-defined
features, and no non-determinism. Pretty much *all* languages do have
these, things, so the idea of using a standard implementation won't
work. Or, perhaps I should say, "doesn't completely solve the
problem".
- Bob
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.