RoseSymbolsGrammar.Tioga
Last Edited by: Spreitzer, July 12, 1985 2:44:24 pm PDT
RoseSymbols: Symbol *
Symbol: functional:BOOL symbolName:ID isVar:BOOL definerName:RopeLiteral interface:Interface
functional says whether this is a cell type, or a function that yields a cell type.
isVar (meaningful only for a cell type with a defining module) says whether the cell type can be found in a variable in the defining module.
definerName is the name of the defining module; empty if none.
Interface: NIL | RopeLiteral
BOOL: TRUE | FALSE
ID: sequence on nonblank characters