From ceebe5e8bd7593b99d2a4c8b8fa733a85e0eae81 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jan 2011 16:47:59 +0000 Subject: Partially resurrect CPS translation pass. git-svn-id: http://svn.drobilla.net/resp/trunk@405 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/resp.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/resp.hpp') diff --git a/src/resp.hpp b/src/resp.hpp index 7de26d8..41f1826 100644 --- a/src/resp.hpp +++ b/src/resp.hpp @@ -834,6 +834,7 @@ int repl(CEnv& cenv); void resp_constrain(TEnv& tenv, Constraints& c, const AST* ast) throw(Error); const AST* resp_simplify(CEnv& cenv, const AST* ast) throw(); +const AST* resp_cps(CEnv& cenv, const AST* ast, const AST* k) throw(); const AST* resp_lift(CEnv& cenv, Code& code, const AST* ast) throw(); CVal resp_compile(CEnv& cenv, const AST* ast) throw(); -- cgit v1.2.1