Move directory predicates to be compiler private

These predicates are only used by the am2j compiler. Moving them into
the compiler package space and the compiler binary allows them to be
omitted from the runtime.

Change-Id: I62bbf367ce224b0022d31f27122fb81d46b100a3
4 files changed
tree: b2b89d04e1dbb37217b890eeb1bcd90c0c9d870f
  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