erg_compiler 0.6.23

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
def mutate_operator(x):
    if hasattr(x, "mutate"):
        return x.mutate()
    else:
        return x