home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / proglang / vclang.arj / POSTER < prev    next >
Encoding:
Text File  |  1990-09-17  |  1.1 KB  |  27 lines

  1. >>>file/ibm_pc_b 291 ibmbin-request@crdgw1.crd.ge.com(43265)16Sep90 16:10
  2. TITLE: v08i045: vclang, compiler demo tool (part 01/07)
  3.  
  4. +Message-ID   : <1879@sixhub.UUCP>
  5. +From         : ibmbin-request@crdgw1.crd.ge.com
  6. +Organization : 
  7.  
  8. Checksum:  352661633  (Verify with "brik -cv")
  9. Posting-number: Volume 08, Issue 045
  10. Originally-from: cf. SIGPLAN Notices V25 #8
  11. Submitted-by: RESLERD@ul.ie
  12. Archive-name: vclang/part01
  13.  
  14. VisiCLANG (cf. SIGPLAN Notices V25 #8) is a tool to aid one in 
  15. understanding the inner workings of a compiler. It does this by 
  16. allowing the user to trace all aspects of a compiler's execution
  17. as it is compiling the user's own program(s). Assembly language 
  18. code is generated by the compiler and then executed on an stack 
  19. machine implemented in software. 
  20.  
  21. CLANG is a simple teaching language developed by P.D. Terry and
  22. described by him as a "superset of a subset of Pascal". It limits
  23. it's data types to integers and arrays of integers, but includes
  24. data abstraction and concurrency. The CLANG compiler uses straight-
  25. forward recursive-descent parsing implemented in "highly standard
  26. Pascal".
  27.