home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pascal-.zip / pascal- / specs / pascal-.specs < prev    next >
Text File  |  1993-01-05  |  488b  |  34 lines

  1. /* $Id$ */
  2. /* Specifications for the Pascal- compiler */
  3.  
  4.  
  5.     /* Lexical and Syntax Analysis */
  6.  
  7. Structure.fw
  8. keyword.gla :kwd    /* Exclude keywords from the finite-state machine */
  9.  
  10.  
  11.     /* Scope Analysis */
  12.  
  13. Scope.fw
  14. $/Tool/lib/Name/Nest.gnrc :inst
  15. $/Tool/lib/Name/NoKeyMsg.gnrc :inst
  16. $/Tool/lib/Name/Unique.gnrc :inst
  17.  
  18.  
  19.     /* Type Analysis */
  20.  
  21. Type.fw
  22. $/Tool/lib/Name/Field.gnrc :inst
  23.  
  24.  
  25.     /* A Pascal Computer */
  26.  
  27. Computer.fw
  28. $/Tool/lib/Tech/LeafPtg.gnrc :inst
  29.  
  30.  
  31.     /* Code Generation */
  32.  
  33. Code.fw
  34.