Prolog Cafe: A Prolog-to-Java source-to-source translator system

Clone this repo:
  1. 204b2ab Bump Bazel version to 3.0.0 by David Pursehouse · 4 years ago master
  2. cf7f25f Bump required Bazel version to 2.1.0 by David Pursehouse · 4 years, 1 month ago
  3. 3d7a01e mvn.sh: Use bazel-bin instead of bazel-genfiles by David Pursehouse · 4 years, 5 months ago
  4. 199d14f Update bazlets to latest master revision and build with Bazel 1.0.0 by David Pursehouse · 4 years, 5 months ago
  5. c61fb20 Bazel: Upgrade bazlets to the latest master revision by David Pursehouse · 4 years, 7 months ago

Prolog Cafe

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

Build

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

bazel build :all

To package for Maven into the local ~/.m2/repository directory:

./mvn.sh install

To publish to the gerrit-maven storage bucket:

./mvn.sh deploy