view reference.bib @ 5:a5607d53f55e default tip

fix typo
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 01 Mar 2016 21:25:43 +0900
parents 8319d82cab07
children
line wrap: on
line source

@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{repo,
title="{CbC compiler repository}",
  url = "ssh://one@firefly.cr.ie.u-ryukyu.ac.jp/hg/CbC/CbC_LLVM"
}