Added a List type to the AST
This commit is contained in:
parent
cbc6a70b30
commit
201c6ab754
|
@ -114,6 +114,8 @@ data Type =
|
||||||
-- | An array.
|
-- | An array.
|
||||||
-- For N-dimensional arrays, the [Dimension] list will be of length N.
|
-- For N-dimensional arrays, the [Dimension] list will be of length N.
|
||||||
| Array [Dimension] Type
|
| Array [Dimension] Type
|
||||||
|
-- | A (linked) list that allows element-wise removal, and easy concatentation. Has dynamic size.
|
||||||
|
| List Type
|
||||||
-- | A user-defined data type.
|
-- | A user-defined data type.
|
||||||
| UserDataType Name
|
| UserDataType Name
|
||||||
-- | A record type.
|
-- | A record type.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user