4 lines
97 B
PHP
Raw Permalink Normal View History

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