home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / plbin.zip / pl / src / pl.prj < prev    next >
Text File  |  1992-05-26  |  1KB  |  50 lines

  1. pl.ttp
  2. TCSTART.O          ; startup code
  3.  
  4. pl-dwim.c    ; DWIM support
  5. pl-glob.c    ; file name wildchart expansion
  6. pl-op.c        ; Operator Declaractions
  7. pl-setup.c    ; Start up
  8. pl-alloc.c    ; Memory allocation
  9. pl-ext.c    ; linking foreign functions
  10. pl-os.c        ; Operating system connection
  11. pl-sys.c    ; More system interaction
  12. pl-arith.c    ; Arithmetic
  13. pl-file.c    ; File manipulation, primitive i/o
  14. pl-index.c    ; clause indexing
  15. pl-table.c    ; Hash Tables
  16. pl-atom.c    ; Atom table
  17. pl-flag.c    ; flag/3
  18. pl-itf.c    ; Foreign Language Interface
  19. pl-pce.c    ; PCE dummy interface
  20. pl-trace.c    ; Prolog Tracer
  21. pl-fmt.c    ; format/2
  22. pl-prims.c    ; Many primitive predicates
  23. pl-util.c    ; Utilities
  24. pl-funct.c    ; Functor table
  25. pl-list.c    ; List Manipulation Predicates
  26. pl-pro.c    ; Prolog toplevel stuff
  27. pl-wic.c    ; Intermediate code reading and writing
  28. pl-bag.c    ; Bag Predicates Support
  29. pl-load.c    ; Foreign Language Linker
  30. pl-proc.c    ; Procedure Manipulation
  31. pl-write.c    ; write/1 and Derivates
  32. pl-comp.c    ; Compiler
  33. pl-main.c    ; Main Program
  34. pl-prof.c    ; Prolog Profiler
  35. pl-read.c    ; read/1 and Derivates
  36. pl-dump.c    ; save_program/5
  37. pl-rec.c    ; record/3, etc.
  38. pl-wam.c    ; WAM code interpreter
  39. pl-modul.c    ; Module mangement
  40. pl-term.c    ; Terminal support
  41. pl-gc.c        ; Garbage Collector
  42.  
  43. TCFLTLIB.LIB       ; floating point library
  44. TCSTDLIB.LIB       ; standard library
  45. TCEXTLIB.LIB       ; extended library
  46. TCTOSLIB.LIB       ; TOS library
  47. TCGEMLIB.LIB       ; AES and VDI library
  48. TCLNALIB.LIB       ; LINE-A library
  49.