view reference.bib @ 15:bbbeecda034d

fic
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sat, 04 Jul 2015 23:10:39 +0900
parents 117760bfcae9
children e13520c327f1
line wrap: on
line source

@article{DBLP:journals/corr/abs-1109-4048,
  author    = {Shinji Kono and
               Kento Yogi},
  title     = {Implementing Continuation based language in {GCC}},
  journal   = {Continuation Festa 2008},
  year      = {2008},
}

@article{CbC2011,
  author    = {Shinji Kono},
  title     = {Demonstration of Continuation based C on GCC},
  journal   = {Continuation Workshop},
  year      = {2011}
}
                  
@manual{LLVMIR,
author = "{LLVM Language Reference Manual}",
title = "{\\http://llvm.org/docs/LangRef.html}",
}

@manual{LLVM,
author = "{LLVM Documentation}",
title = "{\\http://llvm.org/docs/index.html}",
}
                  
@manual{clang,
author = "{clang documentation}",
title = "{\\http://clang.llvm.org/docs/index.html}",
}

@misc{gcc,
title="{GCC, the GNU Compiler Collection}",
  url = "http://gcc.gnu.org/",
author="{Free Software Foundation, Inc.}",
month="March",
year=2008
}

@inproceedings{cminusminus,
title="A Single Intermediate Language That Supports multiple Implementations of Exceptions",
author="Norman Ramsey and Simon Peyton Jones",
booktitle="ACM SIGPLAN 2000 Conference on Programming Language Design and Implementation",
month="June",
year="2000"
}