# HG changeset patch # User Nobuyasu Oshiro # Date 1339046698 -32400 # Node ID 3e108057e15a4a8481917dedfe7609e03afbf5b5 # Parent 5141a563babeab70614fcb0389f1eaff6e501019 writed Abstract diff -r 5141a563babe -r 3e108057e15a paper/aplas2012.tex --- a/paper/aplas2012.tex Thu Jun 07 13:37:02 2012 +0900 +++ b/paper/aplas2012.tex Thu Jun 07 14:24:58 2012 +0900 @@ -1,8 +1,9 @@ \documentclass[envcountsame]{llncs} \usepackage{llncsdoc} - +\usepackage{url} +\usepackage{listings} -\title{title} +\title{The implementation of recursive type syntax on GCC-4.6 for CbC} \titlerunning{title running} \toctitle{toc title} \subtitle{sub title} @@ -14,16 +15,21 @@ \maketitle \begin{abstract} -abstract +We have implemented C like Continuation based programming language. +Continuation based C, CbC go by passing a function pointer argument. +But C syntax is unable to that declare function pointer of recursive type. +So this time I implementation of tye rectype syntax. +In this paper I introduce implemented rectype syntax on GCC-4.6. \end{abstract} +\section{Introduction} + + -\section{section a} -aaaa - \subsection{subsection a} + \subsubsection{subsubsection a} \paragraph{paragraph a}