DEFINITION MODULE ALDPARSE; (* Aldes Parser Definition Module. *) FROM MASSTOR IMPORT LIST; PROCEDURE Aparse(): LIST; (* Parse a set of ALDES-2 declarations and algorithms. *) END ALDPARSE.