This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
SKZH
/
ITSSTOOLS
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
8ef5e9ff20
Ramas
Etiquetas
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]);
?>