From 6154309f0cd3ed5071996951465808f2503e2eb1 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 29 Mar 2020 18:30:04 +0200 Subject: mcc produces first dummy executable --- cpp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp.h') diff --git a/cpp.h b/cpp.h index 316eaa3..467b268 100644 --- a/cpp.h +++ b/cpp.h @@ -30,6 +30,9 @@ void link(); // phase 9 // all phases of translation void translate(const std::string& code); +std::vector getCode(); +std::vector getData(); + private: std::string m_code; std::vector m_charTokens; -- cgit v1.2.3