com.ugos.JIProlog
Class JIProlog

java.lang.Object
  |
  +--com.ugos.JIProlog.JIProlog

public class JIProlog
extends java.lang.Object

JIProlog implements the stand alone prolog interpreter.

Version:
2.0
Author:
Ugo Chirico 2002
Home Page: http://www.ugosweb.com/jiprolog

Constructor Summary
JIProlog()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point of the stand alone prolog interpreter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JIProlog

public JIProlog()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point of the stand alone prolog interpreter

Parameters:
args - the first element of the array must be the file to consult.
Note that such a file must define main/0 predicate.