| CSC448: AST: Note [2/18] | ![]() ![]() ![]() |
InitDecl is just used as a temporary during parsing (to
return two values from init_declarator. I would rather
declare a general purpose Pair class for this (and any
other temporary pair) and declare:
non terminal Pair<String,Optional<Exp>> init_declarator;