aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tuplr.hpp')
-rw-r--r--tuplr.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tuplr.hpp b/tuplr.hpp
index 96a1556..b60d21e 100644
--- a/tuplr.hpp
+++ b/tuplr.hpp
@@ -560,6 +560,9 @@ CFunction startFunction(CEnv& cenv, const std::string& name,
const AType* retT, const ATuple& argsT,
const vector<string> argNames=vector<string>());
+CEngine tuplr_new_engine();
+void tuplr_free_engine(CEngine engine);
+
void finishFunction(CEnv& cenv, CFunction f, CValue ret);
void eraseFunction(CEnv& cenv, CFunction f);
const string call(CEnv& cenv, CFunction f, AType* retT);