diff options
Diffstat (limited to 'tuplr.hpp')
-rw-r--r-- | tuplr.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |