FILES 993 B

123456789101112131415161718192021222324252627282930
  1. FILES
  2. is this file, dude!
  3. README
  4. is the generic README for this package
  5. README.eforth
  6. is the READ.ME from original eForth
  7. README.linux
  8. is about this port
  9. ChangeLog
  10. is a list of changes made in that port of eForth
  11. Glossary
  12. the EFORTH.GLO glossary from original eForth package,
  13. with ^P converted in ^I as suggested.
  14. It ends in an odd way and looks like it was cut,
  15. but so did the original glossary found at above-mentionned address.
  16. If you know of a more complete file, please do tell...
  17. TODO
  18. a list of suggestions for people who'd want to hack
  19. this port of eForth: pick one and implement it ;)
  20. Makefile
  21. is so you can type "make" and have an eforth binary
  22. eforth.S
  23. is the real thing, the source for eForth on Linux/i386
  24. eforth.4th
  25. is the EFORTH.SRC from original eForth,
  26. that describes in FORTH the model followed by the eForth implentation
  27. (that was adapted and hand-compiled into the original EFORTH.ASM).
  28. test.4th
  29. is a stupid script that I use to test whether eforth works.