Added an AST Expression for allocating mobiles
This commit is contained in:
parent
cd313fbbb6
commit
00d48d27de
|
@ -255,6 +255,8 @@ data Expression =
|
||||||
| BytesInType Meta Type
|
| BytesInType Meta Type
|
||||||
| OffsetOf Meta Type Name
|
| OffsetOf Meta Type Name
|
||||||
| ExprConstr Meta ArrayConstr
|
| 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)
|
deriving (Show, Eq, Typeable, Data)
|
||||||
|
|
||||||
-- | A list of expressions.
|
-- | A list of expressions.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user