comparison src/elab.sml @ 1075:0657e5adc938

Convert to task syntax
author Adam Chlipala <adamc@hcoop.net>
date Tue, 15 Dec 2009 10:19:05 -0500
parents b2311dfb3158
children c316ca3c9ec6
comparison
equal deleted inserted replaced
1074:d89f98f0b4bb 1075:0657e5adc938
168 | DView of int * string * int * exp * con 168 | DView of int * string * int * exp * con
169 | DClass of string * int * kind * con 169 | DClass of string * int * kind * con
170 | DDatabase of string 170 | DDatabase of string
171 | DCookie of int * string * int * con 171 | DCookie of int * string * int * con
172 | DStyle of int * string * int 172 | DStyle of int * string * int
173 | DInitializer of exp 173 | DTask of exp * exp
174 174
175 and str' = 175 and str' =
176 StrConst of decl list 176 StrConst of decl list
177 | StrVar of int 177 | StrVar of int
178 | StrProj of str * string 178 | StrProj of str * string