This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
SKZH
/
ITSSTOOLS
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
d2b3fe1ea6
Gałęzie
Tagi
master
ITSSTOOLS
/
core
/
oql
/
build
/
PHP
/
LexerGenerator
/
cli.php
cli.php
97 B
Historia
Czysty
1
2
3
4
<?php
require_once 'PHP/LexerGenerator.php';
$a = new PHP_LexerGenerator($_SERVER['argv'][1]);
?>