Index: src/Parser/parser.yy
===================================================================
--- src/Parser/parser.yy	(revision 8a930c03c26002b7a29b86b09dc3c932a9d61a85)
+++ src/Parser/parser.yy	(revision 0b0a285cb86eb63d47d96868ae2d0f99f753448c)
@@ -3848,5 +3848,5 @@
 		// { SemanticError( yylloc, "New array dimension is currently unimplemented." ); $$ = nullptr; }
 	| '[' push array_type_list pop ']'					// CFA
-		{ SemanticError( yylloc, "Type array dimension is currently unimplemented." ); $$ = nullptr; }
+		{ $$ = DeclarationNode::newArray( $3, nullptr, false ); }
 	| multi_array_dimension
 	;
