This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
SKZH
/
ITSSTOOLS
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
69cf1d63ef
Branches
Tags
master
ITSSTOOLS
/
core
/
oql
/
build
/
PHP
/
ParserGenerator
/
cli.php
cli.php
92 B
Historique
Raw
1
2
3
4
5
<?php
require_once 'PHP/ParserGenerator.php';
$me = new PHP_ParserGenerator;
$me->main();
?>