예제 #1
0
파일: afl.php 프로젝트: xk0der/AFL
 private static function processProgram(&$code)
 {
     $interpreter = new Interpreter();
     AFL::$output = $interpreter->run($code);
 }