Skip to content
/ hlci Public
forked from YS-L/hlci

A LOLCODE interpreter written in Haskell

License

Notifications You must be signed in to change notification settings

helvm/hlci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Haskell 94.2%
  • Python 5.8%