interpreter

LoJiX is a framework for logic compilers and a Prolog implementation.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

wambook_cli
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

interpreter
LoJiX is a framework for logic compilers and a Prolog implementation.

Download wambook_cli

How to add to project

<!-- https://jarcasting.com/artifacts/com.thesett/wambook_cli/ -->
<dependency>
    <groupId>com.thesett</groupId>
    <artifactId>wambook_cli</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/wambook_cli/
implementation 'com.thesett:wambook_cli:1.0.2'
// https://jarcasting.com/artifacts/com.thesett/wambook_cli/
implementation ("com.thesett:wambook_cli:1.0.2")
'com.thesett:wambook_cli:jar:1.0.2'
<dependency org="com.thesett" name="wambook_cli" rev="1.0.2">
  <artifact name="wambook_cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='wambook_cli', version='1.0.2')
)
libraryDependencies += "com.thesett" % "wambook_cli" % "1.0.2"
[com.thesett/wambook_cli "1.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.thesett : common jar 0.8.11
com.thesett : logic jar 0.8.11
com.thesett : logic jar 0.8.11
jline : jline jar 1.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
com.thesett : base jar 0.8.11

Project Modules

There are no modules declared in this project.

LoJiX

LoJiX is a framework for logic compilers, and a Prolog implementation.

Roadmap

2015-02-11

Priorities are in the order presented here:

  • Get cut working.
  • Get call and not working.
  • Complete nested inline conjunction/disjunction.
  • Change the memory model to 64-bit, with an appropriately chosen layout for tagged heap values.
  • Get basic int and float arithmetic working.
  • Implement a simple garbage collector.

Versions

Version
1.0.2
1.0.1
1.0.0