home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / utils / toolbox / test / all / readme.pl5 < prev   
Encoding:
Text File  |  1993-03-14  |  288 b   |  10 lines

  1. This is only a buggy test of something i am working on.
  2. Its the language PL5, an extension of N. Wirth's PL0 (for more see:
  3. N. Wirth "compiler-constructions"
  4.  
  5. use bmake (or an other make) to build the parser
  6.  
  7. then try:
  8.    parser <PL5.txt
  9. to scan, parse and build an abstract syntax tree.
  10.