Lines Matching full:vec
910 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VEC", "ASSIGN", "PRINT",
915 tree = "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
923 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))",
929 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC")
934 tree = "(PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3])))"
942 "(%x:PRINT (MULT ID (VEC INT INT INT)))",
948 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC")
953 tree = "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
961 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))",
967 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC ...")
972 tree = "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
980 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))",
986 found = TreeParser._inContext(adaptor, self.tokenNames, node, "...VEC")
991 tree = "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
999 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))",
1005 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT...VEC")
1010 tree = "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
1018 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))",
1024 found = TreeParser._inContext(adaptor, self.tokenNames, node, "... PRINT ... VEC ...")
1029 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1037 "(PRINT (MULT ID (VEC (MULT INT %x:INT) INT INT)))",
1043 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC ...")
1048 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1056 "(PRINT (MULT ID (VEC (MULT INT %x:INT) INT INT)))",
1067 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1075 "(PRINT (MULT ID (VEC (MULT INT %x:INT) INT INT)))",
1081 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT ... VEC ...")
1086 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1094 "(PRINT (MULT ID (VEC (MULT INT %x:INT) INT INT)))",
1100 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT MULT VEC MULT")
1107 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1115 "(PRINT (MULT ID (VEC (MULT INT %x:INT) INT INT)))",
1121 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC")
1126 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1134 "(PRINT (MULT ID (VEC (MULT INT %x:INT) INT INT)))",
1141 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT VEC MULT")
1146 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1154 "(PRINT (MULT ID (VEC (MULT INT %x:INT) INT INT)))",
1160 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT VEC ...")
1165 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1173 "(PRINT (MULT ID (VEC (MULT INT %x:INT) INT INT)))",
1179 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC ... VEC MULT")
1184 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1192 "(PRINT (MULT ID (VEC (MULT INT %x:INT) INT INT)))",
1198 TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT ... ... VEC")
1207 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1215 "(PRINT (MULT ID (VEC (MULT INT %x:INT) INT INT)))",
1221 TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT .. VEC")
1233 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VEC", "ASSIGN", "PRINT",
1238 tree = "(PRINT (MULT ID[x] (VEC (MULT INT[9] INT[1]) INT[2] INT[3])))"
1255 "pre(VEC)", "pre(MULT)", "pre(9)", "post(9)", "pre(1)",
1257 "post(3)", "post(VEC)", "post(MULT)", "post(PRINT)" ]