aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-09 16:47:59 +0000
committerDavid Robillard <d@drobilla.net>2011-01-09 16:47:59 +0000
commitceebe5e8bd7593b99d2a4c8b8fa733a85e0eae81 (patch)
treefeba5ceae956c5a5978c4929aadcc2f2ad83af96 /src/resp.hpp
parent8f7ed82fdbfea13d9fce553dc42db5b8d33e4bd9 (diff)
downloadresp-ceebe5e8bd7593b99d2a4c8b8fa733a85e0eae81.tar.gz
resp-ceebe5e8bd7593b99d2a4c8b8fa733a85e0eae81.tar.bz2
resp-ceebe5e8bd7593b99d2a4c8b8fa733a85e0eae81.zip
Partially resurrect CPS translation pass.
git-svn-id: http://svn.drobilla.net/resp/trunk@405 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/resp.hpp')
-rw-r--r--src/resp.hpp1
1 files changed, 1 insertions, 0 deletions
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();