Exemplo n.º 1
0
def inline(ast, M):
    return Front.procedure_prune(Front.inline(ast), M.entry_points)
Exemplo n.º 2
0
def inline(ast, M):
    return Front.procedure_prune(Front.inline(ast, M), M.entry_points)
Exemplo n.º 3
0
def inline(ast, M):
    'Inline function calls'
    return Front.inline(ast)