Mercurial > hg > Papers > 2018 > nozomi-master
annotate paper/cbc-type.tex @ 57:3f58377a9f59
Split cbc-type.tex
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Feb 2017 13:27:58 +0900 |
parents | |
children | 68bf744d726e |
rev | line source |
---|---|
57 | 1 \chapter{Agda における Continuation based C の表現} |
2 \label{chapter:cbc-type} | |
3 \section{CodeSegment の定義} | |
4 \section{DataSegment の定義} | |
5 \section{ノーマルレベル計算の実行} | |
6 \section{MetaCodeSegment の定義} | |
7 \section{MetaDataSegment の定義} | |
8 \section{メタレベル計算の実行} | |
9 \section{Agda を用いたContinuation based C の検証} | |
10 \section{スタックの実装の検証} | |
11 |