8000 GitHub - eazar001/bfg-prolog: Implementation of Prolog
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eazar001/bfg-prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFG Prolog

Build Status

A naive implementation of a basic prolog. Datatypes include terms that are variables, atoms, or compound terms. Only the core functionality of unification and backtracking is implemented. A more robust non-naive implementation is planned for the future.

0