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:
d0afb01890
Branches
Tags
master
ITSSTOOLS
/
core
/
oql
/
build
/
PHP
/
LexerGenerator
/
cli.php
cli.php
97 B
Histórico
Raw
1
2
3
4
<?php
require_once 'PHP/LexerGenerator.php';
$a = new PHP_LexerGenerator($_SERVER['argv'][1]);
?>