phpython Code
a python interpreter written in php
Status: Pre-Alpha
Brought to you by:
francescobianco
--- a +++ b/trunk/python/python-build.php @@ -0,0 +1,7 @@ +<?php + include_once "../lime/lime.php"; + + $code = parse_lime_grammar(dirname(__FILE__)."/python.lime"); + + file_put_contents(dirname(__FILE__)."/python.class","<?php \n".$code."\n?>"); +?>