|
def deserialize(a, root, **remainder):
|
|
def deserialize(a, root, **remainder):
|
|
value, = yield [("RV", [a])]
|
|
value, = yield [("RV", [a])]
|
|
complex_primitives = frozenset(["if", "while", "assign", "call", "break", "continue", "return","resolve","access", "constant", "input", "output", "declare", "global"])
|
|
complex_primitives = frozenset(["if", "while", "assign", "call", "break", "continue", "return","resolve","access", "constant", "input", "output", "declare", "global"])
|
|
name, temp = constructor.split("(", 1)
|
|
name, temp = constructor.split("(", 1)
|