https://github.com/pmonks/clj-lolcode
LOLCODE in Clojure
https://github.com/pmonks/clj-lolcode
clojure lolcode
Last synced: 10 months 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T21:51:55.000Z (about 4 years ago)
- Last Synced: 2025-02-10T11:11:20.293Z (12 months 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
[](https://travis-ci.com/pmonks/clj-lolcode)
[](https://github.com/pmonks/clj-lolcode/issues)
[](http://isitmaintained.com/project/pmonks/clj-lolcode "Average time to resolve an issue")
[](https://github.com/pmonks/clj-lolcode/blob/master/LICENSE)
[](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 help
Args 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 (pmonks@gmail.com)
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
[](https://creativecommons.org/licenses/by-sa/4.0/)