Move user stream IO setup to common PrologControl
This allows Gerrit Code Review's PrologShell to setup the
user_{input,output,error} streams the same way the other
repl code does
Streams are optional and are simply not registered if
passed as null.
Change-Id: I78ab48d8779a12d05b9109cada6048f4e08037f8
A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.
To bootstrap Buck and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:
buck build all
To package for Maven into the local ~/.m2/repository directory:
buck build install
To publish to the gerrit-maven storage bucket:
buck build deploy