diff options
Diffstat (limited to 'cpp.h')
-rw-r--r-- | cpp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ void link(); // phase 9 // all phases of translation void translate(const std::string& code); +std::vector<uint8_t> getCode(); +std::vector<uint8_t> getData(); + private: std::string m_code; std::vector<Token> m_charTokens; |