pmonks / clj-lolcode

LOLCODE in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

LOLCODE in Clojure

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Clojure 92.1%Language:LOLCODE 7.9%