Skip to content

Commit

Permalink
Add infix:sym«<».
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurtis committed Jul 20, 2010
1 parent 40c0f44 commit 40ed067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Squaak/Grammar.pm
Expand Up @@ -156,5 +156,7 @@ token infix:sym</> { <sym> <O('%multiplicative, :pirop<div>')> }
token infix:sym<+> { <sym> <O('%additive, :pirop<add>')> }
token infix:sym<-> { <sym> <O('%additive, :pirop<sub>')> }

token infix:sym«<» { <sym> <O('%relational, :pirop<isle IPP>')> }

token infix:sym<and> { <sym> <O('%conjunction, :pasttype<if>')> }
token infix:sym<or> { <sym> <O('%disjunction, :pasttype<unless>')> }

0 comments on commit 40ed067

Please sign in to comment.