Skip to content

Commit

Permalink
[honu] provide assignment operators
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzmir committed Jan 26, 2012
1 parent b67f5e7 commit 100d772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collects/honu/core/main.rkt
Expand Up @@ -65,7 +65,8 @@
[honu-structure struct]
[honu-syntax syntax]
[honu-equal =]
[honu-+= +=]
[honu-+= +=] [honu--= -=]
[honu-*= *=] [honu-/= /=]
[literal:honu-prefix prefix]
[literal:honu-then then]
[literal:colon %colon]
Expand Down

0 comments on commit 100d772

Please sign in to comment.