drt24/gnuprologjava
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
GNU Prolog for Java 0.3.1 ------------------------- This is a conforming implementation of ISO Prolog standard part 1 in Java. Any outstanding bugs are listed in NEWS.txt and on the bugtracker (https://savannah.gnu.org/bugs/?group=gnuprologjava). This package is a library which is designed to be embedded into Java applications which need Prolog to solve some tasks. The interpreter is intended for applications where Prolog performs combinatory search and Java does the rest. The library allows easy communication between Java and Prolog. The library is released under LGPL terms. There is a javadoc api and a texinfo manual (compiled to info and html) which you should find distributed with this code or installed in standard locations. How can you contribute: 1.Write more code. If you wish to do this email info-gnuprologjava@gnu.org or look on the bugtracker for bugs or features you wish to squash/implement. I can give you a list of current tasks from which you can select one which interests you. 2.Send us a copy of ISO Standard of Prolog. Now I have incomplete copy of some sections: the corrected sections 7 and 8 from part 1, the whole (I hope) of part 2 the DCGs draft as of 2010-04-0` and the 2006 extensions to part 1 (updated in 2009).