From 1a6f1ea3b76c3ed4cad5aba5502af390ce50a2c0 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 28 May 2022 20:52:42 -0700 Subject: Changeset: 42 Change codegen input parsing to lookahead based; lookup table infra; input/output decl infra --- buildtools/codegen/CodegenOutput.hpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 buildtools/codegen/CodegenOutput.hpp (limited to 'buildtools/codegen/CodegenOutput.hpp') diff --git a/buildtools/codegen/CodegenOutput.hpp b/buildtools/codegen/CodegenOutput.hpp deleted file mode 100644 index 660feb1..0000000 --- a/buildtools/codegen/CodegenOutput.hpp +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include -#include - -// A generic "thing" (could be anything, comments, string-concated functionsm, etc.) to spit into the output file -struct CodegenOutputThing { - std::string text; -}; - -class CodegenOutput { -private: - std::vector mOutThings; - -public: - void AddOutputThing(CodegenOutputThing thing); -}; -- cgit v1.2.3-70-g09d2