4 lines
97 B
PHP
4 lines
97 B
PHP
<?php
|
|
require_once 'PHP/LexerGenerator.php';
|
|
$a = new PHP_LexerGenerator($_SERVER['argv'][1]);
|
|
?>
|