Skip to content

Commit

Permalink
Work on Stuifzand if: t+
Browse files Browse the repository at this point in the history
  • Loading branch information
- committed Oct 27, 2012
1 parent ba911bc commit b5bf448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions r2/lib/Marpa/R2/Stuifzand.pm
Expand Up @@ -234,11 +234,11 @@ sub stuifzand_grammar {
$tracer->rule_new( undef, qw(adverb_item group_association) );
$tracer->rule_new( do_action => qw(action kw_action op_arrow name) );
$tracer->rule_new(
do_left_association => qw(action kw_assoc op_arrow kw_left) );
do_left_association => qw(left_association kw_assoc op_arrow kw_left) );
$tracer->rule_new(
do_right_association => qw(action kw_assoc op_arrow kw_right) );
do_right_association => qw(right_association kw_assoc op_arrow kw_right) );
$tracer->rule_new(
do_group_association => qw(action kw_assoc op_arrow kw_group) );
do_group_association => qw(group_association kw_assoc op_arrow kw_group) );
$tracer->rule_new( do_lhs => qw( lhs name ) );
$tracer->rule_new( undef, qw( rhs names ) );
$tracer->rule_new( undef, qw( quantifier op_star ) );
Expand Down

0 comments on commit b5bf448

Please sign in to comment.