Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bring preclim handling fix in to EXPR; diakopter++.
  • Loading branch information
jnthn committed May 26, 2012
1 parent 2cd24d0 commit 813a2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HLL/Grammar.pm
Expand Up @@ -649,7 +649,7 @@ An operator precedence parser.
.local string inprec, inassoc, opprec
inprec = inO['prec']
unless inprec goto err_inprec
if inprec <= preclim goto term_done
if inprec < preclim goto term_done
inassoc = inO['assoc']

$P0 = inO['sub']
Expand Down

0 comments on commit 813a2d5

Please sign in to comment.