diff options
author | David Robillard <d@drobilla.net> | 2009-06-27 00:09:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-27 00:09:30 +0000 |
commit | 9ba1ca23fb217c747117c5bbff3fcaac98f5f261 (patch) | |
tree | 6109fd74688af3c35fc6007bbcb19fde7bbb1c51 /tuplr.cpp | |
parent | 91d2737207d328647e1eb6c66ffca2dcc9277a46 (diff) | |
download | resp-9ba1ca23fb217c747117c5bbff3fcaac98f5f261.tar.gz resp-9ba1ca23fb217c747117c5bbff3fcaac98f5f261.tar.bz2 resp-9ba1ca23fb217c747117c5bbff3fcaac98f5f261.zip |
More CPS conversion work.
git-svn-id: http://svn.drobilla.net/resp/tuplr@151 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'tuplr.cpp')
-rw-r--r-- | tuplr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -269,7 +269,7 @@ eval(CEnv& cenv, const string& name, istream& is) // Print CPS form CValue val = NULL; /*for (list< pair<SExp, AST*> >::const_iterator i = exprs.begin(); i != exprs.end(); ++i) { - cout << "CPS: " << endl; + cout << "; CPS" << endl; pprint(cout, i->second->cps(cenv.tenv, cenv.penv.sym("cont"))); }*/ |