LOLCode Interpreter in Perl

You'll want to read the original site for information.

Page Created: May 30th, 2007
Page Updated: May 30th, 2007

I've implemented a pretty hacked up interpreter of 'lolcode'. It is written in pure Perl, and uses Parse::RecDescent for the lexer.

It currently handles these constructs:

Some cheesy examples:

Perl script released under the BSD license. Enjoy!

[Download lol.pl]