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:
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