Blame view

framework/thirdparty/php-peg/cli.php 75 Bytes
70f4f18b   Administrator   first_commit
1
2
3
4
5
  <?php
  
  require 'Compiler.php' ;
  
  ParserCompiler::cli( $_SERVER['argv'] ) ;