Skip to content

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

About

A LOLCODE interpreter written in Haskell

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Haskell 94.2%
  • Python 5.8%