Skip to content

pmonks/clj-lolcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status Open Issues Average time to resolve an issue License Dependencies Status

clj-lolcode

An interpreter for the LOLCODE programming language implemented in Clojure.

CURRENTLY A WIP!

Installation

Checkout the source from GitHub.

Running

$ lein run -- <filename>

Usage:

Switches               Default  Desc
--------               -------  ----
-a, --no-ast, --ast    false    Print the AST for the program, instead of evaluating it.
-h, --no-help, --help  false    Show help

Args       Desc
----       ----
filename   The filename of the LOLCODE program to evaluate.

Developer Information

GitHub project

Bug Tracker

License

Copyright © 2013 Peter Monks (pmonks@gmail.com)

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC-BY-SA-4.0-US

Releases

No releases published

Packages

No packages published