Mercurial > hg > Papers > 2012 > aplas
changeset 2:3e108057e15a
writed Abstract
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 07 Jun 2012 14:24:58 +0900 |
parents | 5141a563babe |
children | df7b59adea0c |
files | paper/aplas2012.tex |
diffstat | 1 files changed, 12 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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}