phpython Code
a python interpreter written in php
Status: Pre-Alpha
Brought to you by:
francescobianco
--- a/trunk/python/python.class +++ b/trunk/python/python.class @@ -178,7 +178,7 @@ # (7) 'for_stmt'7 := FOR exprlist IN testlist COLON # $result = reset($tokens); - foreach(array("a") as $c): + python_for(); } function reduce_8_for_stmt_1($tokens, &$result) { @@ -186,7 +186,7 @@ # (8) for_stmt := 'for_stmt'7 suite # $result = reset($tokens); - endforeach; + python_end_for(); } function reduce_9_exprlist_1($tokens, &$result) {