Added an AST Expression for allocating mobiles

This commit is contained in:
Neil Brown 2007-10-24 19:30:44 +00:00
parent cd313fbbb6
commit 00d48d27de

View File

@ -255,6 +255,8 @@ data Expression =
| BytesInType Meta Type
| OffsetOf Meta Type Name
| ExprConstr Meta ArrayConstr
-- | The type should always be Mobile t, and the Expression should be of type t:
| AllocMobile Meta Type (Maybe Expression)
deriving (Show, Eq, Typeable, Data)
-- | A list of expressions.