home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / proglang / vclang11.arj / POSTER < prev    next >
Encoding:
Text File  |  1991-08-18  |  1.3 KB  |  33 lines

  1. >>>file/ibm_pc_b 1796 ibmbin-request@crdgw1.crd.ge.com(41630)14Aug91 05:05
  2. TITLE: v13i242: vclang11, CLANG compiler, v1.1 (part 01/05)
  3.  
  4. +Message-ID   : <4735@sixhub.UUCP>
  5. +From         : ibmbin-request@crdgw1.crd.ge.com
  6.  
  7. Checksum:  874984930  (Verify with "brik -cv")
  8. Posting-number: Volume 13, Issue 242
  9. Submitted-by: RESLERD%ul.ie@icnucevm.cnuce.cnr.it (Dan Resler)
  10. Archive-name: vclang11/part01
  11.  
  12.  
  13. This is v1.1 of vclang, and is described as a bugfix update only, with
  14. no additional features.
  15.  
  16. CLANG is a simple teaching language developed by P.D. Terry and
  17. described by him as a "superset of a subset of Pascal". It limits
  18. it's data types to integers and arrays of integers, but includes
  19. data abstraction and concurrency. The CLANG compiler uses straight-
  20. forward recursive-descent parsing implemented in "highly standard
  21. Pascal".
  22.  
  23. CLANG (and the stack machine) is developed and explained in the
  24. book "Programming Language Translation" by P.D. Terry (Addison-
  25. Wesley, 1986). Level 5 of CLANG is used in VisiCLANG, and the
  26. source code corresponds exactly with the listing given by Terry
  27. in his book (pp. 379-411 ... or it can be written to a file from
  28. within VisiCLANG). We recommend Terry's book for in-depth study
  29. of CLANG and/or the stack machine. See also SIGPLAN Notices V25
  30. #8, August 1990, for a general description of the compiler.
  31.  
  32.  
  33.