Mercurial > hg > Papers > 2018 > parusu-master
diff paper/gearsOS.tex @ 104:4b49908418e2
Fix typo
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Feb 2018 13:49:38 +0900 |
parents | d4ced6adca5e |
children | 010151620371 |
line wrap: on
line diff
--- a/paper/gearsOS.tex Tue Feb 13 13:22:51 2018 +0900 +++ b/paper/gearsOS.tex Tue Feb 13 13:49:38 2018 +0900 @@ -47,7 +47,7 @@ Code Gear から次の Code Gear への遷移は goto 文による継続で処理を行い、次の Code Gear への引数として入出力を与える。 \coderef{cg1}内の goto cg1 (a+b); が継続にあたり、(a+b) がcg1 への入力になる。 -\lstinputlisting[caption=CodeSegmentの軽量継続, label=code:cg1]{./src/cg1.cbc} +\lstinputlisting[caption=Code Gearの軽量継続, label=code:cg1]{./src/cg1.cbc} CbC の goto 文による継続は Scheme のcall/ccといった継続と異なり、呼び出し元の環境を必要とせず、行き先を指定すれば良い。 この継続を軽量継続と呼ぶ。