aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.h
diff options
context:
space:
mode:
Diffstat (limited to 'CompilerStack.h')
-rw-r--r--CompilerStack.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/CompilerStack.h b/CompilerStack.h
index 7ad3405e..a6c3df8e 100644
--- a/CompilerStack.h
+++ b/CompilerStack.h
@@ -142,6 +142,10 @@ private:
Contract();
};
+ /// Expand source code with preprocessor-like includes.
+ /// @todo Replace with better framework.
+ std::string expanded(std::string const& _sourceCode);
+
void reset(bool _keepSources = false);
void resolveImports();