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