#include <iostream>
#include "src/torque/cfg.h"
#include "src/torque/declarable.h"
Go to the source code of this file.
◆ EMIT_INSTRUCTION_DECLARATION [1/2]
#define EMIT_INSTRUCTION_DECLARATION |
( |
| T | ) |
|
Value: void EmitInstruction(const T& instruction, Stack<std::string>* stack);
Definition at line 83 of file torque-code-generator.h.
◆ EMIT_INSTRUCTION_DECLARATION [2/2]
#define EMIT_INSTRUCTION_DECLARATION |
( |
| T | ) |
|
Value: virtual void EmitInstruction(const T& instruction, \
Stack<std::string>* stack) = 0;
Definition at line 83 of file torque-code-generator.h.