Remove support for current_input and current_output

The current input and output is mostly useful for interactive programs
running from the command line, but Prolog Cafe is never used that way
by Gerrit Code Review.

Change-Id: Id9163384e960f9c39cd9e0169b25b9cf0b9e95a2
29 files changed
tree: d2043f2a88bcf5f4420c48625bfb86d8a7ddba2e
  1. .settings/
  2. bin/
  3. examples/
  4. java/
  5. src/
  6. .buckconfig
  7. .buckversion
  8. .classpath
  9. .gitignore
  10. .project
  11. bootstrap.defs
  12. BUCK
  13. LICENSE
  14. LICENSE.EPL
  15. LICENSE.GPL
  16. README.md
README.md

Prolog Cafe

A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.

Build

To bootstrap Buck and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:

buck build all