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 @@ -554,7 +554,7 @@ # (10) print_stmt := PRINT atom # $result = reset($tokens); - python_print($tokens[1]) + python_print($tokens[1]); } function reduce_11_assign_stmt_1($tokens, &$result) {