/hlci

A LOLCODE interpreter written in Haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

hlci

A LOLCODE interpreter written in Haskell.

Compiling

To compile the interpreter using stack, run the following:

stack build
stack test
stack install

Usage

hlci filename.lol

or via stack without installing:

stack exec hlci filename.lol

Reference

LOLCODE Specification 1.2