home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol114 / abstract.114 < prev    next >
Encoding:
Text File  |  1984-04-29  |  2.4 KB  |  68 lines

  1.   PISTOL v2.0-Portably Implemented STack Oriented Language
  2.        A language in the footsteps of FORTH and STOIC
  3. ARITH        documetation on arithmetic operators for
  4.         "on line" use.
  5. CORE2.        "core image" that results from compiling PBASE2
  6.         (see PISTOL.HLP for details)
  7. DEFS.        documentation on definitional operators for
  8.         "on line" use.
  9. EDITOR.        documentation on PISTOL supplied editor for
  10.         "on line" use.
  11. ENVIRON.DOC    suggests at least 44K ram total.
  12. FUTURE.DEV    future directions for PISTOL; suggests some 
  13.         standards.
  14. IO.        documentation on i/o related operations for
  15.         "on line" use.
  16. ITCOND.        documentation on iterational and conditionals
  17.         for "on line" use.
  18. LOGIC.        documentation for logic related operations for
  19.         "on line" use.
  20. MEMOPS.        documentation for memory related functions for
  21.         "on line" use.
  22. MISC.        documetation on miscellaneous utilities for
  23.         "on line" use.
  24. PBASE2.        PISTOL source code used to "educate" PISTOL.COM
  25.         to be as smart as described in PISTOL.DOC.
  26. PIST2A.C    second source module
  27. PIST2B.C    third source module
  28. PIST2C.C    fourth source module
  29. PIST2D.C    fifth source module
  30. PIST2E.C    sixth source module
  31. PISTOL.C    main source module
  32.  
  33. PISTOL.COM    *** this and: 'CORE2 RESTORE    will give you a
  34.         new development language; try it you'll like it
  35.         (check the HELP documentation for best results!)
  36. PISTOL.H    constants and externals for PISTOL source
  37. PISTOL.PAS    42K PASCAL version of PISTOL that runs on a
  38.         DEC-20 mainframe computer; it helps define the
  39.         way PISTOL is created.
  40. PISTSUB.SUB    SUBMIT file to compile and link all C modules
  41. READ.ME        History and editorial vis-a-vis with FORTH and
  42.         STOIC
  43. STACK.        documentation on stack related words for
  44.         "on line" use.
  45. SYSCONS.    documentation on the system's constants for
  46.         "on line" use.
  47. SYSVARS.    documentation on the systems variables for
  48.         "on line" use.
  49. TUTORIAL.    documentation for starting users for
  50.         "on line" use and may be TYPEd out as well!
  51. VOCAB.        documentation on vocabulary maintenance for
  52.         "on line" use.
  53.  
  54. *********************************************************
  55. *                            *
  56. * PISTOL-Portably Implemented Stack Oriented Language    *
  57. *            Version 2.0            *
  58. * (C) 1983 by    Ernest E. Bergmann            *
  59. *        Physics, Building #16            *
  60. *        Lehigh Univerisity            *
  61. *        Bethlehem, Pa. 18015            *
  62. *                            *
  63. * Permission is hereby granted for all reproduction and *
  64. * distribution of this material provided this notice is *
  65. * included.                        *
  66. *                            *
  67. *********************************************************
  68.