phpython Code
a python interpreter written in php
Status: Pre-Alpha
Brought to you by:
francescobianco
--- a/trunk/python/python.lang.php +++ b/trunk/python/python.lang.php @@ -30,6 +30,8 @@ ## singleton of names in runtime public static $names = array(); - public static $statament = null; + public static $class = null; + + public static $state = null; } \ No newline at end of file