diff reference.bib @ 0:8319d82cab07

add files
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 28 Feb 2016 21:41:40 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/reference.bib	Sun Feb 28 21:41:40 2016 +0900
@@ -0,0 +1,26 @@
+@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"
+}