This project will endeavor to have everything you need to use LOLCODE in or with C. Currently up to: LOLCODE Recommendation v1.0 Links: * [[http://code.google.com/p/lolcode-ctools/|Project Homepage]] * [[ http://lolcode-ctools.googlecode.com/svn/|SVN Repository]] * [[http://lolcode-ctools.googlecode.com/svn/trunk/grammar.y|Bison Grammar File]] * [[http://lolcode-ctools.googlecode.com/svn/trunk/lexer.l|FLex Lexer File]] 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!