diff reference.bib @ 0:c0d36568602d

1st commit
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 10 May 2015 22:54:12 +0900
parents
children c50a033e6635
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/reference.bib	Sun May 10 22:54:12 2015 +0900
@@ -0,0 +1,27 @@
+@article{DBLP:journals/corr/abs-1109-4048,
+  author    = {Shinji Kono and
+               Kento Yogi},
+  title     = {Implementing Continuation based language in {GCC}},
+  journal   = {CoRR},
+  volume    = {abs/1109.4048},
+  year      = {2011},
+  url       = {http://arxiv.org/abs/1109.4048},
+  timestamp = {Mon, 05 Dec 2011 18:05:37 +0100},
+  biburl    = {http://dblp.uni-trier.de/rec/bib/journals/corr/abs-1109-4048},
+  bibsource = {dblp computer science bibliography, http://dblp.org}
+}
+
+@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}",
+}