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 @@ -22,4 +22,10 @@ exprlist = NAME . -testlist = NAME . +testlist = test . + +test = expr . + +expr = NAME RBO argslist RBC . + +argslist = NUMBER COMMA NUMBER .