Fix backtracking for arity-2 predicates In commit d53fd3122110ad5440de6b8a4edfe65a17d6f457 there was an accidental removal restoring the continuation when a /2 predicate backtracked to try another choice point. Put back the missing "engine.cont = this.cont" register. Change-Id: I244c3e2564cff04fef51afdcecb413617f7adae8
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