Jump to content

GNU Prolog

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Paddu (talk | contribs) at 03:11, 2 March 2006 (create a stub with info. from http://pauillac.inria.fr/~diaz/gnu-prolog/manual/manual003.html). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

GNU Prolog (also called gprolog) is an interactive debugging environment and a compiler for Prolog available for Unix and Windows. It also supports some extensions to Prolog including constraint programming over a finite domain, parsing using definite clause grammars, and an operating system interface.

The compiler converts the source code into byte code that can be interpreted by a Warren abstract machine and converts that to standalone executables.