aboutsummaryrefslogtreecommitdiffstats
path: root/src/cps.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-29 00:10:41 +0000
committerDavid Robillard <d@drobilla.net>2009-06-29 00:10:41 +0000
commit373586d02cc0453a85cad92b16839d22e474099a (patch)
tree48b6dad6d0601a7700a4967d172c6327d61b6f0b /src/cps.cpp
parenta80bdcc56bab969dbb214344c01a215e66b91f08 (diff)
downloadresp-373586d02cc0453a85cad92b16839d22e474099a.tar.gz
resp-373586d02cc0453a85cad92b16839d22e474099a.tar.bz2
resp-373586d02cc0453a85cad92b16839d22e474099a.zip
Build compiler documentation.
git-svn-id: http://svn.drobilla.net/resp/tuplr@163 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/cps.cpp')
-rw-r--r--src/cps.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cps.cpp b/src/cps.cpp
index 8df11c2..19c95cc 100644
--- a/src/cps.cpp
+++ b/src/cps.cpp
@@ -15,13 +15,13 @@
* along with Tuplr. If not, see <http://www.gnu.org/licenses/>.
*/
+/** @file
+ * @brief Convert AST to Continuation Passing Style
+ */
+
#include <set>
#include "tuplr.hpp"
-/***************************************************************************
- * CPS Conversion *
- ***************************************************************************/
-
/** (cps x cont) => (cont x) */
AST*
AST::cps(TEnv& tenv, AST* cont)