Beispiel #1
0
def p_AssignStmt(t):
    'AssignStmt : Assign SEMICOLON'
    t[0] = n.Assignstmt(t[1])