home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / pastrans.zip / PC_SIG.NOT < prev    next >
Text File  |  1990-06-15  |  2KB  |  57 lines

  1. l
  2. Detailed Program Description, Pascal Translator/Interpreter:
  3. -----------------------------------------------------------
  4.  
  5.  
  6. Pascal Translator
  7.  
  8. Author Version 3.8
  9. Disk Number 1321
  10. Special Requirements: None
  11. Author Registration: $50 to purchase full version
  12.  
  13. The  package  consists  of  a  Pascal  to p-code translator and a
  14. p-code interpreter. 
  15.  
  16. The  Pascal  Translator accepts Standard Pascal programs  with  C
  17. masking  and  shifting  extensions  and  produces  text "assembly
  18. language" files that the interpreter program executes directly. 
  19.  
  20. Programs can be compiled from  a user's text file or directly one
  21. line at a time from the keyboard  (keyboard input allows only the
  22. current line  to  be edited).  This introductory version allows 7
  23. files to be open at a time, limits sets to 64 members, and allows
  24. string constants of up to 80 characters. 
  25.  
  26.  
  27. List of Program Files and one-line description of each file:
  28. -----------------------------------------------------------
  29.  
  30. TRANSLAT.EXE The Pascal to p-code translator program.  Typing
  31.  
  32.       translat <Enter>
  33.  
  34.       causes the program to write out a paragraph of
  35.       user directions.
  36.       Typical calling sequence is
  37.  
  38.       translat source.pas object.pcd <Enter>
  39.  
  40. INTERPRE.EXE The p-code interpreter.  Typing
  41.  
  42.       intepre <Enter>
  43.  
  44.       causes the program to write out a paragraph of
  45.       user directions.
  46.       Typical calling sequence is
  47.  
  48.       interpre object.pcd [Optional program files] <Enter>
  49.  
  50.  
  51. Author:
  52.  
  53. Victor Schneider
  54. 291 Summit Ave.
  55. Suite 3QD
  56. Brighton, MA 02146 USA
  57.