Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmonks/clj-lolcode
LOLCODE in Clojure
https://github.com/pmonks/clj-lolcode
clojure lolcode
Last synced: 6 days ago
JSON representation
LOLCODE in Clojure
- Host: GitHub
- URL: https://github.com/pmonks/clj-lolcode
- Owner: pmonks
- License: cc-by-sa-4.0
- Created: 2013-04-02T19:21:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T21:51:55.000Z (about 3 years ago)
- Last Synced: 2024-10-15T15:18:35.852Z (21 days ago)
- Topics: clojure, lolcode
- Language: Clojure
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/pmonks/clj-lolcode.svg?branch=master)](https://travis-ci.com/pmonks/clj-lolcode)
[![Open Issues](https://img.shields.io/github/issues/pmonks/clj-lolcode.svg)](https://github.com/pmonks/clj-lolcode/issues)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/pmonks/clj-lolcode.svg)](http://isitmaintained.com/project/pmonks/clj-lolcode "Average time to resolve an issue")
[![License](https://img.shields.io/github/license/pmonks/clj-lolcode.svg)](https://github.com/pmonks/clj-lolcode/blob/master/LICENSE)
[![Dependencies Status](https://versions.deps.co/pmonks/clj-lolcode/status.svg)](https://versions.deps.co/pmonks/clj-lolcode)# clj-lolcode
An interpreter for the [LOLCODE programming language](https://lolcode.org/) implemented in [Clojure](https://clojure.org/).
**CURRENTLY A WIP!**
## Installation
Checkout the source from [GitHub](https://github.com/pmonks/clj-lolcode).
## Running
$ lein run --
## 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 helpArgs Desc
---- ----
filename The filename of the LOLCODE program to evaluate.## Developer Information
[GitHub project](https://github.com/pmonks/clj-lolcode)
[Bug Tracker](https://github.com/pmonks/clj-lolcode/issues)
## License
Copyright © 2013 Peter Monks ([email protected])
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
[![CC-BY-SA-4.0-US](https://licensebuttons.net/l/by-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-sa/4.0/)