Parses the array types after the declarator (C-style.) E.g.: int a[]
$(BNF DeclaratorSuffix := ArrayType*)
The type on the left-hand side.
lhsType or a suffix type.
See Implementation
Parses the array types after the declarator (C-style.) E.g.: int a[]
$(BNF DeclaratorSuffix := ArrayType*)