Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoqi committed Jul 2, 2018
1 parent 1adf0d5 commit 93ff89c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion c.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,10 @@
[(DefVar i t v) (Tbinds.add! B i t) (DefVar i TU (Tbinds.Value! B v))]
[(DefVarGlobal i t v) (Tbinds.add! B i t) (DefVarGlobal i TU (Tbinds.Value! B v))]
[(Set! l v) (Set! {cast (Tbinds.Value! B l) Left} (Tbinds.Value! B v))]
[(DefEnum i xs) (raise 'WIP)]
[(DefEnum i xs)
{for ([x xs])
(Tbinds.add! B (cdr x) (TypeEnum i))}
l]
[(DefFunc i f) (raise 'WIP)]
[(DefUnion i xs) (raise 'WIP)]
[(DefStruct i xs) (raise 'WIP)]}}
Expand Down

0 comments on commit 93ff89c

Please sign in to comment.