home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / progscal / tinypasc / files.txt < prev    next >
Encoding:
File List  |  1987-03-23  |  1.7 KB  |  33 lines

  1. ---------------------------------------------------------------------------
  2. Tiny Pascal Compiler Builder                         v1  DS2
  3. ---------------------------------------------------------------------------
  4. This disk will let you design and implement a small subset Pascal compiler,
  5. using the Turbo Pascal compiler.  It will et you translet the program into
  6. 8086 symbolic assembly language which you can compile.  Not only can you build
  7. a small compiler, you learn how to create you own language tanslators and
  8. compilers.  The documentation is easy to follow and very helpful in answering
  9. those, "What if I?" questions.  It requires the Turbo Pascal Compiler to start
  10. working with the program.
  11.  
  12. CHASM    CFG  Configuration file for use with CHASM assembler
  13. PMACS    TXT  Macro forms file for use with QPARSER program generator
  14. STDIO    HDR  Standard assembly IO routines needed for Tiny Pascal
  15. TU       DOC  Tutorial on creating a Tiny Pascal compiler
  16. TU       GRM  Tiny Turbo Pascal grammar
  17. TU       TBL  Table file created by QPARSER table generator
  18. TUDBUG   PAS  Skeleton source file
  19. TUDECLS  PAS  Skeleton source file
  20. TUFILES  PAS  Skeleton source file
  21. TUPROG   COM  Executable compiler
  22. TUPROG   PAS  Tiny Pascal compiler program
  23. TURPT    TXT  QPARSER report file (from compiler creation)
  24. TURUN    ASM  Compiler output (8086 assembly code)
  25. TURUN    COM  Assembled (executable) sample program
  26. TURUN    LST  Chasm assembler list file
  27. TURUN    TXT  Sample program for compiler
  28. TUSEMS   PAS  Skeleton source file
  29. TUSKEL   PAS  Main "skeleton" file used by QPARSER to create TUPROG.PAS
  30. TUSYMS   PAS  Skeleton source file
  31. TUUTILS  PAS  Skeleton source file
  32.  
  33.