phpython Code
a python interpreter written in php
Status: Pre-Alpha
Brought to you by:
francescobianco
--- a/trunk/python/python.lime +++ b/trunk/python/python.lime @@ -18,7 +18,7 @@ cmd_stmt = NAME DSTRING {python_command($1,$2);} . -for_stmt = FOR exprlist IN testlist COLON { foreach(array("a") as $c): } suite { endforeach; } . +for_stmt = FOR exprlist IN testlist COLON { python_for(); } suite { python_end_for(); } . exprlist = NAME .