Beispiel #1
0
 private static function processProgram(&$code)
 {
     $interpreter = new Interpreter();
     AFL::$output = $interpreter->run($code);
 }