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):
eaee9c5ddc
Rami (Branch)
Tag
master
ITSSTOOLS
/
core
/
oql
/
build
/
PHP
/
LexerGenerator
/
cli.php
cli.php
97 B
Cronologia
Originale
1
2
3
4
<?php
require_once 'PHP/LexerGenerator.php';
$a = new PHP_LexerGenerator($_SERVER['argv'][1]);
?>