Previous Contents Next

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.

Interface

With the gui (Section 2), providing a method parse_file.

last generated April 26, 2002 (©Public License)
Previous Contents Next