|
Nearly CC
An educational compiler skeleton
|
Implementation of Formatter for low-level code. More...
#include "lowlevel_formatter.h"


Public Member Functions | |
| virtual std::string | format_operand (const Operand &operand) const |
| Convert a low-level Operand to a formatted string. More... | |
| virtual std::string | format_instruction (const Instruction *ins) const |
| Convert a low-level Instruction to a formatted string. More... | |
Implementation of Formatter for low-level code.
|
virtual |
Convert a low-level Instruction to a formatted string.
| ins | the low-level Instruction to format |
Implements Formatter.
|
virtual |