X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=AST.dcl;h=f15690d6cd31aa69b95cd3ef2960df293f4c6393;hb=fa73f7e0d251020e47185a94699c41d9575f4052;hp=ac1cf4e927ae805dcccf16b94bf7abac2ec5b1d6;hpb=8c4ec1c3287d6c6ddefd22ef608a4d97693e7e85;p=cc1516.git diff --git a/AST.dcl b/AST.dcl index ac1cf4e..f15690d 100644 --- a/AST.dcl +++ b/AST.dcl @@ -9,7 +9,7 @@ from StdOverloaded import class toString :: Type = TupleType (Type, Type) | ListType Type - | IdType String + | IdType String | IntType | BoolType | CharType