A LOLCODE interpreter written in Haskell.
To compile the interpreter using stack, run the following:
stack build
stack test
stack install
hlci filename.lol
or via stack without installing:
stack exec hlci filename.lol
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A LOLCODE interpreter written in Haskell.
To compile the interpreter using stack, run the following:
stack build
stack test
stack install
hlci filename.lol
or via stack without installing:
stack exec hlci filename.lol