5 lines
92 B
PHP
Raw Permalink Normal View History

<?php
require_once 'PHP/ParserGenerator.php';
$me = new PHP_ParserGenerator;
$me->main();
?>