From 5cfabba03b2fa414c6904f7986dd6b08c409bfae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 6 Oct 2009 22:43:47 +0000 Subject: C backend. git-svn-id: http://svn.drobilla.net/resp/tuplr@199 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/tuplr.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tuplr.hpp') diff --git a/src/tuplr.hpp b/src/tuplr.hpp index c3c30c4..c31e000 100644 --- a/src/tuplr.hpp +++ b/src/tuplr.hpp @@ -640,6 +640,7 @@ struct Engine { }; Engine* tuplr_new_llvm_engine(); +Engine* tuplr_new_c_engine(); /// Compile-Time Environment struct CEnv { @@ -692,7 +693,7 @@ private: void pprint(std::ostream& out, const AST* ast); void initLang(PEnv& penv, TEnv& tenv); -int eval(CEnv& cenv, const string& name, istream& is); +int eval(CEnv& cenv, const string& name, istream& is, bool execute); int repl(CEnv& cenv); #endif // TUPLR_HPP -- cgit v1.2.1