Build Prolog Cafe with Buck

Creating the Eclipse project configuration is trivial as there are
no dependencies for Prolog Cafe beyond its single source directory
and the JVM.

Change-Id: I64b2349437daae11e543133e631a22e4e3c96255
20 files changed
tree: 0a0c1a45c2a075f3e208b7afde610f5239f546e5
  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