home *** CD-ROM | disk | FTP | other *** search
File List | 1987-03-23 | 1.7 KB | 33 lines |
- ---------------------------------------------------------------------------
- Tiny Pascal Compiler Builder v1 DS2
- ---------------------------------------------------------------------------
- This disk will let you design and implement a small subset Pascal compiler,
- using the Turbo Pascal compiler. It will et you translet the program into
- 8086 symbolic assembly language which you can compile. Not only can you build
- a small compiler, you learn how to create you own language tanslators and
- compilers. The documentation is easy to follow and very helpful in answering
- those, "What if I?" questions. It requires the Turbo Pascal Compiler to start
- working with the program.
-
- CHASM CFG Configuration file for use with CHASM assembler
- PMACS TXT Macro forms file for use with QPARSER program generator
- STDIO HDR Standard assembly IO routines needed for Tiny Pascal
- TU DOC Tutorial on creating a Tiny Pascal compiler
- TU GRM Tiny Turbo Pascal grammar
- TU TBL Table file created by QPARSER table generator
- TUDBUG PAS Skeleton source file
- TUDECLS PAS Skeleton source file
- TUFILES PAS Skeleton source file
- TUPROG COM Executable compiler
- TUPROG PAS Tiny Pascal compiler program
- TURPT TXT QPARSER report file (from compiler creation)
- TURUN ASM Compiler output (8086 assembly code)
- TURUN COM Assembled (executable) sample program
- TURUN LST Chasm assembler list file
- TURUN TXT Sample program for compiler
- TUSEMS PAS Skeleton source file
- TUSKEL PAS Main "skeleton" file used by QPARSER to create TUPROG.PAS
- TUSYMS PAS Skeleton source file
- TUUTILS PAS Skeleton source file
-