Related articles |
---|
[13 earlier articles] |
Re: Programming language and IDE design DrDiettrich1@aol.com (Hans-Peter Diettrich) (2013-11-08) |
Re: Programming language and IDE design gneuner2@comcast.net (George Neuner) (2013-11-08) |
Re: Programming language and IDE design jthorn@astro.indiana.edu (Jonathan Thornburg) (2013-11-10) |
Re: Programming language and IDE design martin@gkc.org.uk (Martin Ward) (2013-11-16) |
Re: Programming language and IDE design DrDiettrich1@aol.com (Hans-Peter Diettrich) (2013-11-16) |
Re: Programming language and IDE design gneuner2@comcast.net (George Neuner) (2013-11-18) |
Re: Programming language and IDE design sgk@REMOVEtroutmask.apl.washington.edu (Steven G. Kargl) (2013-11-19) |
Re: Programming language and IDE design gneuner2@comcast.net (George Neuner) (2013-11-19) |
Re: Programming language and IDE design jonathan@cobalt.astro.indiana.edu (Jonathan Thornburg) (2013-11-19) |
Re: Programming language and IDE design wclodius@earthlink.net (2013-11-22) |
Re: Programming language and IDE design robin51@dodo.com.au (robin) (2013-11-25) |
Re: Programming language and IDE design martin@gkc.org.uk (Martin Ward) (2013-12-03) |
Re: Programming language and IDE design DrDiettrich1@aol.com (Hans-Peter Diettrich) (2013-12-05) |
[2 later articles] |
From: | "Steven G. Kargl" <sgk@REMOVEtroutmask.apl.washington.edu> |
Newsgroups: | comp.compilers |
Date: | Tue, 19 Nov 2013 15:36:35 +0000 (UTC) |
Organization: | A noiseless patient Spider |
References: | 13-11-016 13-11-018 |
Keywords: | Fortran, parse, comment |
Posted-Date: | 19 Nov 2013 13:22:27 EST |
> [Fortran through F77 potentially had to look arbitrarily far ahead to
> tell FORMAT statements from an assignment to an array called FORMAT.
> BTDT. But I would be surprised if any modern languages were that hard
> to lex. -John]
Fixed source form is supported by all Fortran standards (F77, F90, F95,
F2003, F2008) and it is still supported in the current draft of the next
revision to the Fortran standard. So, I suppose you need to define
"modern langauges".
--
steve
["not Fortran" -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.