Giter Club home page Giter Club logo

pure-prolog's Introduction

What Is It?

Simple-minded implementation of pure Prolog.

Interface

The help message you get by calling pure-prolog -?:

Pure Prolog Interpreter v0.1, (C) Ken Friis Larsen 2012-2018

options [OPTIONS] [GOALSTRING]


Common flags:
  -s --search=SEARCH    Specify whether to use DFS, BFS, or Limited
  -p --program=FILE     Prolog file with clauses
  -l --limit=INT        Limit the number of solutions found
  -d --depth=INT        Maximum depth to traverse when using limited search
  -i --info=ANALYSIS    Don't interpret program, only analyse it
  -? --help             Display help message
  -V --version          Print version information
     --numeric-version  Print just the version number

Valid values for analysis are External, Uses, and Interface. If you want see both which predicates are declared (the interface) and which predicates are called (the uses) in the file myprolog.pl then use the command:

  $ pure-prolog -p myprolog.pl -i interface -i uses

This will first print the interface (one predicate per line), then a blank line, and finally the uses (one predicate per line).

If you just want a list of the external (or build-in) predicates that are used, then use -i external.

How to install

  $ git clone https://github.com/kfl/pure-prolog.git
  $ cd pure-prolog
  $ stack install

pure-prolog's People

Contributors

kfl avatar sintrastes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.