Re: The semicolon habit (was: Q: Definition of a scripting lang.)

bevan@cs.man.ac.uk (Stephen J Bevan)
Wed, 10 May 1995 11:17:23 GMT

          From comp.compilers

Related articles
[10 earlier articles]
Re: The semicolon habit (was: Q: Definition of a scripting lang.) mitchell@mdd.comm.mot.com (1995-04-30)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) daveb@perth.DIALix.oz.au (1995-04-30)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) anw@maths.nottingham.ac.uk (Dr A. N. Walker) (1995-05-02)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) lwall@netlabs.com (1995-05-09)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) tchannon@black.demon.co.uk (Tim Channon) (1995-05-04)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) ok@cs.rmit.edu.au (1995-05-04)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) bevan@cs.man.ac.uk (1995-05-10)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) bevan@cs.man.ac.uk (1995-05-10)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) monnier@di.epfl.ch (Stefan Monnier) (1995-05-11)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) cef@geodesic.com (Charles Fiterman) (1995-05-11)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) plong@perf.com (1995-05-11)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) stidev@gate.net (1995-05-12)
Re: The semicolon habit (was: Q: Definition of a scripting lang.) rabin@CS.YALE.EDU (1995-05-12)
[4 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: bevan@cs.man.ac.uk (Stephen J Bevan)
Keywords: C++, syntax
Organization: Department of Computer Science; University of Manchester
References: 95-04-013 95-05-014
Date: Wed, 10 May 1995 11:17:23 GMT

daveb@perth.DIALix.oz.au (David Brooks) writes:
      ... I have just been working with some fairly heavy-duty C++ code, and it
      can be quite baffling to get a (sometimes misleading) compiler
      diagnostic, which points at a line containing a really heavy compound
      statement. It's by no means always obvious what the compiler is
      objecting to. ...


Indeed, that's why I dislike compilers that only give line numbers. I
much prefer character position or failing that line -and- column.
--


Post a followup to this message

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