summaryrefslogtreecommitdiffhomepage
path: root/CompilerDriver/ccplus.cc
diff options
context:
space:
mode:
Diffstat (limited to 'CompilerDriver/ccplus.cc')
-rw-r--r--CompilerDriver/ccplus.cc32
1 files changed, 2 insertions, 30 deletions
diff --git a/CompilerDriver/ccplus.cc b/CompilerDriver/ccplus.cc
index 1c278c8..5c1c6f2 100644
--- a/CompilerDriver/ccplus.cc
+++ b/CompilerDriver/ccplus.cc
@@ -183,40 +183,12 @@ namespace detail
UInt64 raw;
};
-
- struct ast_interface
- {
- explicit ast_interface(std::string& value)
- : mValue(value)
- {
- this->_Compile();
- }
-
- ~ast_interface() = default;
-
- CXXKIT_COPY_DEFAULT(ast_interface);
-
- private:
- std::string mProcessed;
- std::string mValue;
-
- void _Compile() noexcept
- {
- if (mValue.empty())
- {
- return;
- }
-
-
- }
-
- };
}
/////////////////////////////////////////////////////////////////////////////////////////
// @name Compile
-// @brief Generate MASM from a C source.
+// @brief Generate MASM from a C++ source.
/////////////////////////////////////////////////////////////////////////////////////////
@@ -520,7 +492,7 @@ public:
/////////////////////////////////////////////////////////////////////////////////////////
#define kPrintF printf
-#define kSplashCxx() kPrintF(kWhite "%s\n", "ccplus, v1.14, (c) Mahrouss Logic.")
+#define kSplashCxx() kPrintF(kWhite "%s\n", "ccplus, v1.15, (c) Mahrouss Logic.")
static void cxx_print_help()
{