Re: The semicolon habit (was: Q: Definition

Paul Long <plong@perf.com>
Wed, 5 Jul 1995 16:43:27 GMT

          From comp.compilers

Related articles
[10 earlier articles]
Re: The semicolon habit (was: Q: Definition cef@geodesic.com (Charles Fiterman) (1995-05-17)
Re: The semicolon habit (was: Q: Definition reid@HASKELL.SYSTEMSZ.CS.YALE.EDU (1995-05-16)
Re: The semicolon habit (was: Q: Definition jan@neuroinformatik.ruhr-uni-bochum.de (1995-06-24)
Re: The semicolon habit (was: Q: Definition tim@handel.Princeton.EDU (1995-06-24)
Re: The semicolon habit (was: Q: Definition bevan@cs.man.ac.uk (1995-06-30)
Re: The semicolon habit (was: Q: Definition cbloom@utxvms.cc.utexas.edu (1995-07-01)
Re: The semicolon habit (was: Q: Definition plong@perf.com (Paul Long) (1995-07-05)
Re: The semicolon habit (was: Q: Definition tim@debusy.Princeton.EDU (1995-07-05)
Re: The semicolon habit (was: Q: Definition bertrand@eiffel.com (Bertrand Meyer) (1995-07-10)
Re: The semicolon habit (was: Q: Definition jan@neuroinformatik.ruhr-uni-bochum.de (1995-07-13)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Paul Long <plong@perf.com>
Keywords: syntax, design, comment
Organization: Performance Computing Incorporated
References: 95-04-193 95-07-042
Date: Wed, 5 Jul 1995 16:43:27 GMT

cbloom@utxvms.cc.utexas.edu (CHARLES BLOOM) wrote:
>[ semicolon vs. indentation-sensitive ] :
>if a semi-colon appears, the compiler reads that as "end-of-line" and
>starts processing a new line.
>if a '\n' (newline) appears, the compiler also reads that as
> "end-of-line".


This is how the proprietary, dBase-descendant Clipper language does it, so
there's no technical reason why it can't be done. Asthetically speaking,
though...


--
Paul Long 45:29:14N 122:48:09W
plong@perf.com http://www.teleport.com/~pciwww/
[awk does more or less the same thing. -John]
--


Post a followup to this message

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