This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
SKZH
/
ITSSTOOLS
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
639e1295e5
Rami (Branch)
Tag
master
ITSSTOOLS
/
core
/
oql
/
build
/
PHP
/
ParserGenerator
/
cli.php
cli.php
92 B
Cronologia
Originale
1
2
3
4
5
<?php
require_once 'PHP/ParserGenerator.php';
$me = new PHP_ParserGenerator;
$me->main();
?>