Skip to content

margusf/mfprolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mfprolog

This is simple Prolog interpreter, written so that I could learn about Prolog and OCaml. It uses continuation-passing style for managing control flow.

Currently it is in need of redesign as the current grammar and language are too narrow. In particular, the AND operator (,) should be made regular operator instead of special language construct.

About

Experimental Prolog interpreter written in OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published