Reading Undocumented fortran 77 source code.

From: Brusselator (Brusselator_at_hotmail.com)
Date: 11/28/03


Date: Fri, 28 Nov 2003 04:26:56 GMT

Hi,
I am trying to read and understand how a program written in fortran 77
works. Actually it is the old open source freeware version of matlab that
can be downloaded form SAL. It caught my fancy since fortran 77 does not
have recursion so I was keen to see how they got the parser /
interpreter implemented. I understand this can be done with a bunch of
stacks, but was interested in seening some more details.

However this source is poorly documented . The biggest problem I am
having is to figure out what each variable stands form (i.e. its
semantic content). Some times this can be made out by context , but
mostly one needs to know the "semantic content" to figure out the "context"

Wonder if anyone has a tip or two on how I may go about this or
if anyone knows this implementation well enough to comment on it.

sincerely
b thomas



Relevant Pages

  • Re: Getting information about Fortran95 structures
    ... in the structure, their data types, dimensions, etc.? ... This question needs more context. ... Fortran text; it isn't worth the work to detail here (particularly given ...
    (comp.lang.fortran)
  • Re: module problems
    ... access Fortran subroutines in a shared library: ... Fortran, but nothing is going to be able to use a module procedure ... The most common way of accessing a module procedure from some context ... The C interop features of f2003 provide another alternative. ...
    (comp.lang.fortran)