=====Overview===== Here's a really quick and nasty PHP LOLCODE interpreter. It does the job of a 'hello world' example but it's no where near finished and should not be taken as beautiful code. More over, if you base your entire compiler on this method of implementation, your children will suffer. Feel free to play around with it though. :-) =====Supported Commands===== The following commands are currently recognised and parsed correctly (on a line by line basis.): * HAI * VISIBLE * I HAS A * I IZ SLEEPIN[!!] * IZ * UP [!!int] * NERF [!!int] * BTW [comment] * KTHXBAI =====Source Code===== =====Example Usage=====