示例#1
0
def p_print(t):  #args???
    """instruction : PRINT list ';'"""
    t[0] = AST.Print(AST.Args(t[2]))