seal5.transform.inline_functions.visitor

This module inlines functions within instructions in the M2-ISA-R metamodel.

Functions

assignment(self, context)

binary_operation(self, context)

break_(self, context)

callable_(self, context)

concat_operation(self, context)

conditional(self, context)

group(self, context)

indexed_reference(self, context)

int_literal(self, context)

loop(self, context)

named_reference(self, context)

number_literal(self, context)

operation(self, context)

return_(self, context)

scalar_definition(self, context)

slice_operation(self, context)

ternary(self, context)

type_conv(self, context)

unary_operation(self, context)

Classes

ReplaceContext(mapping)