Fri Aug 11 11:49:37 EDT 2006  Jason M. Felice <jfelice@cronosys.com>
  * Fix thinko in help text

Fri Aug 11 11:26:46 EDT 2006  Jason M. Felice <jfelice@cronosys.com>
  * Fix quoting issue in parsing of by-reference variables

Fri Aug 11 10:41:52 EDT 2006  Jason M. Felice <jfelice@cronosys.com>
  * Reimplement C-style comment scanning
  
  Use of C-style comments was causing inline HTML to be collected and returned
  as a token at the end of the file.  This scans all of a C-style comment in
  one gulp, and provides a useful error with line number for unclosed comments.

Fri Aug 11 09:46:33 EDT 2006  Jason M. Felice <jfelice@cronosys.com>
  * Change precedence of require* and include* keywords
  
  `require dirname(__FILE__) . "/foo.php";' now correctly parses like 
  `require (dirname(__FILE__) . '/foo.php');'.

Fri Aug 11 09:24:45 EDT 2006  Jason M. Felice <jfelice@cronosys.com>
  * Import into darcs
