Mercurial > urweb
comparison src/mono.sml @ 111:2d6116de9cca
Closure code generation almost there
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 13 Jul 2008 12:06:47 -0400 |
parents | 813e5a52063d |
children | ff13d390ec60 |
comparison
equal
deleted
inserted
replaced
110:3739af9e727a | 111:2d6116de9cca |
---|---|
52 | EStrcat of exp * exp | 52 | EStrcat of exp * exp |
53 | 53 |
54 | EWrite of exp | 54 | EWrite of exp |
55 | ESeq of exp * exp | 55 | ESeq of exp * exp |
56 | 56 |
57 | EClosure of int * exp list | |
58 | |
57 | 59 |
58 withtype exp = exp' located | 60 withtype exp = exp' located |
59 | 61 |
60 datatype decl' = | 62 datatype decl' = |
61 DVal of string * int * typ * exp * string | 63 DVal of string * int * typ * exp * string |