Skip to content

jackhorton/mini-prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-prolog

Build instructions

make

This places an executable in ./bin/prolog that reads from stdin and takes no command line arguments.

Features

This interpreter currently implements basic fact (apple.), relation (likes(mary, john).), and rule (parent(Child1, Child2, Parent) :- child(Child1, Parent), child(Child2, Parent).) parsing. External definition loading, is, and other advanced features are not currently implemented.

About

An interpreter for a subset of prolog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published