HAK_WAM_Book

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

License

License

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

wambookbuild
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

HAK_WAM_Book
LoJiX is a framework for logic compilers and a Prolog implementation.
Project URL

Project URL

https://github.com/rupertlssmith/lojix
Source Code Management

Source Code Management

https://github.com/rupertlssmith/lojix

Download wambookbuild

Filename Size
wambookbuild-1.0.2.pom 26 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cli
  • l0
  • l1
  • l2
  • l3
  • wam

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