def _multiword_argument(self): return pyparsing.Group( self._variable() + pyparsing.OneOrMore(self._variable()) ).setParseAction(util.action(pre_ast.CompositeBlock))