How to handle identifiers with spaces?

Kees Goossens <kgg@dcs.ed.ac.uk>
Mon, 18 Jan 1993 12:12:41 GMT

          From comp.compilers

Related articles
How to handle identifiers with spaces? tellab5!odgate!mike@uunet.UU.NET (1993-01-15)
How to handle identifiers with spaces? kgg@dcs.ed.ac.uk (Kees Goossens) (1993-01-18)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Kees Goossens <kgg@dcs.ed.ac.uk>
Organization: Compilers Central
Date: Mon, 18 Jan 1993 12:12:41 GMT
Keywords: lex, algol68, comment
References: 93-01-109

Mike J. Kelly wrote:
>I couldn't think of any other languages that allow spaces in identifiers.


Algol 68 allowed spaces in identifiers. I like it.


Kees
--
Kees Goossens
LFCS, Dept. of Computer Science JANET: kgg@dcs.ed.ac.uk
University of Edinburgh, Scotland UUCP: ..!mcsun!uknet!dcs!kgg
[Some versions of Algol 60 did, too, such as IBM's notorious Algol F which
required you to quote all the keywords like 'BEGIN'. And, of course,
there's always Fortran which ignores spaces in the middle of variable
names just like it ignores them everywhere else, e.g. SIN OF X = SIN(X) -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.