cli.php 92 B

12345
  1. <?php
  2. require_once 'PHP/ParserGenerator.php';
  3. $me = new PHP_ParserGenerator;
  4. $me->main();
  5. ?>