Re: A Low-Rent Syntax Problem

brnstnd@kramden.acf.nyu.edu (Dan Bernstein)
4 Sep 90 04:27:17 GMT

          From comp.compilers

Related articles
A Low-Rent Syntax Problem mcdaniel@adi.com (1990-08-28)
Re: A Low-Rent Syntax Problem adamsf@turing.cs.rpi.edu (1990-08-30)
Re: A Low-Rent Syntax Problem ok@goanna.cs.rmit.OZ.AU (1990-08-31)
Re: A Low-Rent Syntax Problem brnstnd@kramden.acf.nyu.edu (1990-09-04)
| List of all articles for this month |

Newsgroups: comp.compilers
From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein)
Keywords: parse, lex, design
Organization: IR
References: <MCDANIEL.90Aug28144647@dolphin.adi.com> <=M~%JG&@rpi.edu>
Date: 4 Sep 90 04:27:17 GMT

In article <=M~%JG&@rpi.edu> adamsf@turing.cs.rpi.edu (Frank Adams) writes:
> In article <MCDANIEL.90Aug28144647@dolphin.adi.com> mcdaniel@adi.com (Tim McDaniel) writes:
        [ // comments to end of line; newline used for statement terminator: ]
        [ should continuation character be before comments or before newline? ]
    [ put continuation character after newline, as in Fortran ]


Better is TeX's intuitive solution. The comment marker always joins the
lines around it. You don't need another continuation character.


---Dan
--


Post a followup to this message

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