This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
SKZH
/
ITSSTOOLS
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
79f384b5e7
Branches
Tags
master
ITSSTOOLS
/
core
/
oql
/
build
/
PHP
/
ParserGenerator
/
cli.php
cli.php
92 B
Histórico
Raw
1
2
3
4
5
<?php
require_once 'PHP/ParserGenerator.php';
$me = new PHP_ParserGenerator;
$me->main();
?>