diff options
author | David Robillard <d@drobilla.net> | 2011-01-09 16:47:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-09 16:47:59 +0000 |
commit | ceebe5e8bd7593b99d2a4c8b8fa733a85e0eae81 (patch) | |
tree | feba5ceae956c5a5978c4929aadcc2f2ad83af96 /src/resp.hpp | |
parent | 8f7ed82fdbfea13d9fce553dc42db5b8d33e4bd9 (diff) | |
download | resp-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.hpp | 1 |
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(); |