7 Parser
Responsible: Marco Wendel
The tool should support a simple, non-graphical input language, to allow a
textual program specification. The textual specification is without
graphical information; this information can be calculated by the layout
package.
This module parses the textual input and generates an abstract syntax tree.
The implementation uses JLex und CUP.
The language is a simple C-oid language.
Interface
With the gui (Section 2), providing a method
parse_file.
last generated June 14, 2002 (©Public License)