This project will endeavor to have everything you need to use LOLCODE in or with C.
Currently up to:
LOLCODE Recommendation v1.0
Links:
Use the following to check out the code (requires subversion):
svn checkout http://lolcode-ctools.googlecode.com/svn/trunk/ lcc
And to build it (requires flex/bison, make and gcc):
cd lcc make
This will generate an executable called “parser” which will (hopefully) validate any lolcode that you type, paste, echo, or cat into it.
Let me know if you find any errors!