This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
SKZH
/
ITSSTOOLS
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
f2b10c9bab
Branchit
Tagit
master
ITSSTOOLS
/
core
/
oql
/
build
/
PHP
/
LexerGenerator
/
cli.php
cli.php
97 B
Historia
Raaka
1
2
3
4
<?php
require_once 'PHP/LexerGenerator.php';
$a = new PHP_LexerGenerator($_SERVER['argv'][1]);
?>