Re: How to parse keywords that can be used as identifiers?

Stefan Monnier <stefan.monnier@lia.di.epfl.ch>
27 Aug 1996 23:49:06 -0400

          From comp.compilers

Related articles
[3 earlier articles]
Re: How to parse keywords that can be used as identifiers? leichter@smarts.com (Jerry Leichter) (1996-08-21)
Re: How to parse keywords that can be used as identifiers? ph@anweald.exnet.co.uk (1996-08-24)
Re: How to parse keywords that can be used as identifiers? grosch@cocolab.sub.com (1996-08-24)
Re: How to parse keywords that can be used as identifiers? dlmoore@ix.netcom.com (David L Moore) (1996-08-24)
Re: How to parse keywords that can be used as identifiers? itz@rahul.net (1996-08-24)
Re: How to parse keywords that can be used as identifiers? peter@bj-ig.de (Peter Brueckner) (1996-08-27)
Re: How to parse keywords that can be used as identifiers? stefan.monnier@lia.di.epfl.ch (Stefan Monnier) (1996-08-27)
Re: How to parse keywords that can be used as identifiers? fjh@mundook.cs.mu.OZ.AU (1996-08-27)
Re: How to parse keywords that can be used as identifiers? iwm@doc.ic.ac.uk (Ian Moor) (1996-09-03)
Re: How to parse keywords that can be used as identifiers? ok@cs.rmit.edu.au (1996-09-05)
Re: How to parse keywords that can be used as identifiers? jpff@maths.bath.ac.uk (1996-09-05)
| List of all articles for this month |

From: Stefan Monnier <stefan.monnier@lia.di.epfl.ch>
Newsgroups: comp.compilers
Date: 27 Aug 1996 23:49:06 -0400
Organization: Compilers Central
References: 96-08-058 96-08-070 96-08-085
Keywords: parse

itz@rahul.net (Ian T Zimmerman) writes:
> One problem (admittedly of a different nature) is that allowing this makes
> implementation much harder. Therefore, there'll be fewer and more expensive
> implementations, and the organisations responsible for the few


So true (ahem).
Example: Scheme is so much more widely available than C++ due to C++ simple
minded grammar.


If you have tried to write a (complete) C++ parser, you know that it can totally
prevent someone from even considering writing a C++ compiler. And yet there are
tons of dozens of C++ compilers.


                Stefan
--


Post a followup to this message

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