Scanner/Parser

The module scanpars consists of the scanner and the parser of LooPo.

As input language we accept loop programs in any mixture of Fortran or C notation (we are not really interested in the syntax of the source language).

The output is a file <project.out> which contains the symbol table, the parse tree and the user defined dependences.

More detailed information is given as follows:
Martin Griebl