Download List

Projeto Descrição

YProlog is a pocket Prolog engine written in 100%
Java. It provides a number of fast and easy
Java-Prolog interfacing functions that enables the
Prolog database to be used like an SQL-type
database. It has fast consult and retract
operations, can "serialize" database contents into
text, and can easily load and store tables or
contents of Java objects. It is based on Jean
Vaucher's XProlog.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-04-22 01:30
0.5

Esta versão adiciona assertTable. Ele adiciona um tipo de parâmetro para toPrologTable. O analisador agora lida com UTF-8 caracteres estendidos. Esta versão corrige um bug no número assertFact, um BuildResult / bug listToStringArray onde [] foi traduzido para nula ', um bug onde consultar não manipular a entrada nula, uma retração () bug onde o primeiro termo na lista objetivo não era corretamente determinada.
Tags: Minor bugfixes
This release adds assertTable. It adds a parameter type to toPrologTable. The parser now handles UTF-8 extended characters. This release fixes a number bug in assertFact, a buildResult/listToStringArray bug where [] was translated to 'null', a bug where consult didn't handle null input, a retract() bug where the first term in the goal list was not correctly determined.

2005-12-02 08:25
0.4

O mecanismo de resolução foi otimizado, agilizando os valores de referência de 1,15 a 1,7 vezes. O afirmar métodos foram otimizados e melhorados, e DB-key-se duplicar a remoção de entrada foi adicionada. O bug separador padrão no Vai o bug lista ligada em retratar foram corrigidos. O javadocs foram melhorados.
Tags: Code cleanup
The solving engine was optimized, speeding up the
benchmarks by 1.15 to 1.7 times. The assert
methods were optimized and improved, and
db-key-based duplicate entry removal was added.
The default separator bug in Go and the linked
list bug in retract were fixed. The javadocs were
improved.

2005-11-25 02:02
0.3

Esta liberação atualiza e amplia o manual, adiciona um operador \ +, acrescenta arquivo / table ler funções, estende-se a casca YProlog com leitura e funções de grupo, e correções de bugs citando saída.
Tags: Minor feature enhancements
This release updates and extends the manual, adds a \+ operator, adds
file/table read functions, extends the YProlog shell with read and batch
functions, and fixes output quoting bugs.

2005-11-22 00:50
0.2

Tags: Initial freshmeat announcement

Project Resources