|
@@ -230,6 +230,9 @@ TYPE
|
|
PROCEDURE VisitArrayType(x: SyntaxTree.ArrayType);
|
|
PROCEDURE VisitArrayType(x: SyntaxTree.ArrayType);
|
|
BEGIN (* no code emission *) END VisitArrayType;
|
|
BEGIN (* no code emission *) END VisitArrayType;
|
|
|
|
|
|
|
|
+ PROCEDURE VisitPortType(x: SyntaxTree.PortType);
|
|
|
|
+ BEGIN (* no code emission *) END VisitPortType;
|
|
|
|
+
|
|
PROCEDURE VisitMathArrayType(x: SyntaxTree.MathArrayType);
|
|
PROCEDURE VisitMathArrayType(x: SyntaxTree.MathArrayType);
|
|
BEGIN
|
|
BEGIN
|
|
meta.CheckTypeDeclaration(x);
|
|
meta.CheckTypeDeclaration(x);
|