LOL is a simple LOLCODE interpreter written in Ruby, using Racc and StringScanner.
To execute program hello.lol type:
lol hello.lol
To show the abstract syntax tree of program type:
lol -t hello.lol
Copyright © 2009 Jakub Kuźma, Szymon Kunc, released under the MIT license