LOLCODE interpreter for English and Chinese version stand on Ruby
LOLCODE interpreter for English and Chinese version stand on Ruby.
Currently working on English version.
Probably you will install it yourself as:
$ gem install lolcode
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.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)