RobotTParser.mesa
Created Saturday, June 2, 1984 1:26 pm PDT
Lasted edited by Eric Nickell, June 10, 1984 0:11:52 am PDT
Temporary Parser until we can hook into the PGS system
AssembleRobot:
PROC [file: Rope.
ROPE, err:
IO.
STREAM ←
NIL]
RETURNS [r: RobotDefs.Robot, valid:
BOOL, s: RobotEvaluator.SymbolTable];
}.