whitesymex.imp module¶
- class whitesymex.imp.IMP(value)¶
Bases:
enum.EnumInstruction Modification Parameters (IMP) for Whitespace.
- op_type¶
Respective ops.Op subclass for the IMP value.
- pattern¶
A string pattern to match the IMP.
- ARITHMETIC = '\t '¶
- FLOW_CONTROL = '\n'¶
- HEAP_ACCESS = '\t\t'¶
- IO = '\t\n'¶
- STACK_MANIPULATION = ' '¶