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