/clj-lolcode

LOLCODE in Clojure

Primary LanguageClojureCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

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