Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [photran] Inline array assignment -- Texer Error

You are correct that the compiler does its job seperate of the Eclipse
GUI, but the development team has been kind enough to give us a parsing
engine that shows module, function, procedural and type information in
the Outline view.  I think this is the precursor of hooking into the
engine that allows code completion and all of the other goodies within
the Eclipse architecture.

Darren

-----Original Message-----
From: photran-bounces@xxxxxxxxxxx [mailto:photran-bounces@xxxxxxxxxxx]
On Behalf Of David Lochrin
Sent: Monday, June 18, 2007 6:41 PM
To: Photran Information
Subject: Re: [photran] Inline array assignment -- Texer Error

On Tuesday 19 June 2007 06:22, Wade, Darren W wrote:
> I can't find the square brackets listed in my Fortran 95 Handbook, but

> all of the compilers that I have used support it, specifically Intel, 
> Compaq and gfortran.  Is it not supported by Photran due to this not 
> being standard iso/ansi fortran?

   My understanding of Photran was that the underlying compiler (e.g.
GCC-Fortran) handled the whole compilation process, beginning with
parsing the source code, and Photran functioned as an Eclipse "adapter".
But clearly this is wrong - would someone please summarise the real
situation?

Thanks,
David
_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran


Back to the top