phpython Code
a python interpreter written in php
Status: Pre-Alpha
Brought to you by:
francescobianco
--- a/trunk/python/python-tokenizer.php +++ b/trunk/python/python-tokenizer.php @@ -20,6 +20,7 @@ '/^print/' => "PRINT", '/^class/' => "CLASS", '/^def/' => "DEF", + '/^return/' => "RETURN", '/^while/' => "WHILE", '/^True/' => "TRUE", '/^False/' => "FALSE",