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