Skip to content

Latest commit

 

History

History
executable file
·
18 lines (18 loc) · 372 Bytes

README.md

File metadata and controls

executable file
·
18 lines (18 loc) · 372 Bytes

hiProlog

A toy implementation of a Prolog's interpreter. No cut operator, no negation, just Horn clauses.

Getting Started

Prerequisites

Tools required to build this project:

Build Instructions

stack build

Executing Tests

stack test

Main Executable

stack exec hiProlog-exe