home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol059 / 0catalog.059 < prev    next >
Encoding:
Text File  |  1984-04-29  |  2.8 KB  |  84 lines

  1. Sig/M    Volume 59    PISTOL - Portably Implemented STack Oriented Language
  2.                          by Ernest E. Bergmann
  3.  
  4.         -CATALOG.059    contents of Sig/M volume 59
  5.                 released March 17,1982
  6.         SIG/M.LIB    Sig/M library submittal form
  7.         CRCK.COM    computes CRC checksum
  8.  
  9. index    name        size    crc    description
  10.  
  11. 59.01    CABORT  .ASM     2K    F0 A7    P I ST O L - Portably Implemented
  12. 59.02    CABORT  .CRL     1K    68 85             STack Oriented Language
  13. 59.03    CORE1   .       13K    25 57                   /    
  14. 59.04    ENVIRON .DOC     2K    E4 DB                  /    
  15. 59.05    PBASE   .       17K    7A 8E                 /    
  16. 59.06    PISTB   .C       8K    92 B1                /
  17. 59.07    PISTB   .CRL     6K    E0 16               /
  18. 59.08    PISTC   .C       3K    05 3B              /
  19. 59.09    PISTC   .CRL     2K    08 27             /
  20. 59.10    PISTD   .C       5K    36 C6            /
  21. 59.11    PISTD   .CRL     5K    B1 CE               /
  22. 59.12    PISTE   .C       3K    5F E9              /
  23. 59.13    PISTE   .CRL     2K    4E AA             /    
  24. 59.14    PISTF   .C       6K    9D 45            /
  25. 59.15    PISTF   .CRL     4K    38 42           /
  26. 59.16    PISTGEN .SUB     1K    ED A8          /    
  27. 59.17    PISTOL  .C       4K    FE D1         /
  28. 59.18    PISTOL  .COM    18K    33 20        /
  29. 59.19    PISTOL  .CRL     2K    FD 8C           /        
  30. 59.20    PISTOL  .DOC    39K    E4 47          /    
  31. 59.21    PISTOL  .H       4K    E8 BD         /
  32. 59.22    PISTOL  .PAS    41K    9F 4E        /
  33. 59.23    PISTSUB .SUB     1K    0E 46       /
  34. 59.24    READ    .ME      7K    D3 D3      /
  35. 59.25    SESSION0.DOC     5K    C8 81     /
  36. 59.26    SESSION1.DOC     9K    C8 3F    /
  37.  
  38.  
  39.  
  40.     PISTOL-Portably Implemented STack Oriented Language
  41.        A language in the footsteps of FORTH and STOIC
  42.  
  43. CABORT.ASM    code for MAC to make CABORT.CRL that contains
  44.         the abort() function, similar to the setjmp()
  45.         and longjmp() of BDS C v1.45a.
  46. CABORT.CRL
  47. CORE1.        "core image" that results from compiling PBASE.
  48.         (see PISTOL.DOC for details)
  49. ENVIRON.DOC    suggests at least 48K ram total.
  50. PBASE.        PISTOL source code used to "educate" PISTOL.COM
  51.         to be as smart as described in PISTOL.DOC.
  52. PISTB.C        module #2
  53. PISTB.CRL
  54. PISTC.C        module #3
  55. PISTC.CRL
  56. PISTD.C        module #4
  57. PISTD.CRL
  58. PISTE.C        module #5
  59. PISTE.CRL
  60. PISTF.C        module #6
  61. PISTF.CRL
  62. PISTGEN.SUB    SUBMIT file to generate this disk
  63. PISTOL.C    main module
  64. PISTOL.COM    *** this and: 'CORE1 RESTORE    will give you a
  65.         new development language; try it you'll like it
  66.         (check the 40K documentation for best results!)
  67. PISTOL.CRL
  68. PISTOL.DOC    40K documentation of PISTOL
  69. PISTOL.H    constants and externals for PISTOL
  70. PISTOL.PAS    42K PASCAL version of PISTOL that runs on a
  71.         DEC-20 mainframe computer; it helps define the
  72.         way PISTOL should be created.
  73. PISTSUB.SUB    SUBMIT file to compile and link all C modules
  74. READ.ME        History and editorial vis-a-vis with FORTH and
  75.         STOIC
  76. SESSION0.DOC    example, chatty, session showing some of the
  77.         most basic operations available in PISTOL.
  78. SESSION1.DOC    more of above, shows how CONSTANTs, VARIABLEs,
  79.         new words, and macros are created.
  80.  
  81. Copyright (c) 1982 by Sig/M-Amateur Computer Group
  82. of New Jersey Inc., Box 97, Iselin NJ, 08830-0097 
  83.  
  84.