view reference.bib @ 3:c50a033e6635

create presentation slide
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Wed, 01 Jul 2015 19:06:07 +0900
parents c0d36568602d
children 117760bfcae9
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}",
}