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


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