Skip to content

Commit

Permalink
RSH and LSH operators
Browse files Browse the repository at this point in the history
For niftools#70

Their use was discussed as being useful for shifting and masking values before sending as an ARG.
  • Loading branch information
hexabits committed Jun 14, 2018
1 parent 70edce1 commit 331d2c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nif.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@
<operator token="#GTE#" string="&gt;=" />
<operator token="#EQ#" string="==" />
<operator token="#NEQ#" string="!=" />
<operator token="#RSH#" string="&gt;&gt;" />
<operator token="#LSH#" string="&lt;&lt;" />
<operator token="#BITAND#" string="&amp;" />
<operator token="#BITOR#" string="|" />
</token>
Expand Down

0 comments on commit 331d2c7

Please sign in to comment.