Added a dereferenced mobile item to Variable in the AST
This commit is contained in:
parent
9f78582391
commit
f8006696b2
|
@ -210,6 +210,8 @@ data Variable =
|
|||
| SubscriptedVariable Meta Subscript Variable
|
||||
-- | A channel-end variable (e.g. @c?@)
|
||||
| DirectedVariable Meta Direction Variable
|
||||
-- | A dereferenced mobile variable (e.g. using MOBILE INT as INT)
|
||||
| DerefVariable Meta Variable
|
||||
deriving (Show, Eq, Typeable, Data)
|
||||
|
||||
-- | An array constructor expression.
|
||||
|
|
Loading…
Reference in New Issue
Block a user