* Add right and left evaluation in rules

* Test proper and perl5 separation

* Speed-up for pre-computing lexables.  Grammar::LEXABLES, etc.

* Test lexing suffixes.

* Allow macros:
     @VALUE
     $VALUE_REF
     $VALUE[n]
     $VALUE{NAME}
     $VALUE{NAME}[n]
     @RULE
     $RULE_REF

* Add locations for earlemes.  Also for rules?  Use in Carp messages.

* Allow alternation.

* Allow compiled grammars (also, inplace option?)

* Test diagnostics for actions (including null values)
  and all other user supplied evals
  with warnings & syntax errors

* Add to test set
   - basic test for all branches of counted rules: matrix is
     keep/no-keep, separated yes/no, right/left,
     0-1, 1-1, 0-2, 0-5, 1-2, 1-5, 0-*, 1-*, 2-*, 5-*

* (Someday) precedence declarations, a la yacc.

* (Later) Look at Yacc macros yyerrok YYERROR YYACCEPT YYABORT YYRECOVERING.

* (Later) Look at error recovery.   Is anything in Parse::Yapp or yacc useful?
