I think I have the first LOL code powered website. Now uses DB too. Now zip file usable with apache. http://www.tetraboy.com/lolcode/ The .lol source and the PHP parser source is available: [[http://www.tetraboy.com/lolcode/index.lols|LOL Sourcecode]] [[http://www.tetraboy.com/lolcode/lol_core.phps|PHP Sourcecode]] [[http://www.tetraboy.com/lolcode/lolcode-0_2.zip|LOL Parser ZIP]] ===== Features ===== In normal terms, these are implemented in Ver 0.2: * start/end tags * include, require * constants * variables, variable variables * multi-dimensional arrays * functions * foreach * if, elseif, else * print * ++, -- operators * concatenation * comments, comment blocks