Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 407 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 407 Bytes

hslog

Prolog (its pure subset) interpreter in Haskell, written just for fun.

Features

  • Basic implementation
  • REPL
  • List notation
  • Infix notation
  • Arithmetic operators
  • Cut symbol
  • User-defined operators
  • ...

Usage

Build:

$ stack install

Launch REPL:

$ hslog-exe [filename]

Launch tests:

$ stack test