commit | 2883d29733281c2c8dffe45e980a3d2370258f2e | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Wed Mar 11 20:26:36 2015 -0700 |
committer | Shawn Pearce <sop@google.com> | Thu Mar 12 16:18:12 2015 -0700 |
tree | 06e2cbc8e1a6d16437f9abea21d89de712aa6d49 | |
parent | abc19b0dd0aa852e52565288f44fbcb955c82183 [diff] |
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