Skip to content

ccs-computing-w19/WAM-L2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WAM-L2

This is a Python implementation of a Warren Abstract Machine without backtracking.

It does not include a compiler.

Given a set of well-formed WAM instructions, it will attempt to unify the query with the specified program clause, following subgoals to their conclusion. If unification fails even once, it will not backtrack to the nearest choice point; instead, it will terminate in failure.

A full WAM is coming soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages