<> <<>> <> <> << This module defines the external Juno syntax (as in proc files). It exports the syntax tables used by the lexer, parser and unparser.>> DIRECTORY JunoParseUnparse USING [Table]; JunoParseSyntax: DEFINITIONS = BEGIN OPEN Parse: JunoParseUnparse; junoParseTable: READONLY Parse.Table; END.