home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / misc / mas / mashelp / aldparse.def next >
Encoding:
Modula Definition  |  1991-03-18  |  219 b   |  18 lines

  1.  
  2. DEFINITION MODULE ALDPARSE;
  3.  
  4. (* Aldes Parser Definition Module. *)
  5.  
  6.  
  7. FROM MASSTOR IMPORT LIST;
  8.  
  9.  
  10. PROCEDURE Aparse(): LIST;
  11. (* Parse a set of ALDES-2 declarations and algorithms. *)
  12.  
  13.  
  14. END ALDPARSE.
  15.  
  16.  
  17.  
  18. ə