LOLCODE
LOLCODE interpreter for English and Chinese version stand on Ruby.
Currently working on English version.
Installation
Probably you will install it yourself as:
$ gem install lolcode
Usage
Directly run lolcode
will give you a interpretor,
or you can specify a file like lolcode FILE.lol
to run the lol script.
For more information, please use lolcode -h
for help.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request