comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:c0d36568602d
1 @article{DBLP:journals/corr/abs-1109-4048,
2 author = {Shinji Kono and
3 Kento Yogi},
4 title = {Implementing Continuation based language in {GCC}},
5 journal = {CoRR},
6 volume = {abs/1109.4048},
7 year = {2011},
8 url = {http://arxiv.org/abs/1109.4048},
9 timestamp = {Mon, 05 Dec 2011 18:05:37 +0100},
10 biburl = {http://dblp.uni-trier.de/rec/bib/journals/corr/abs-1109-4048},
11 bibsource = {dblp computer science bibliography, http://dblp.org}
12 }
13
14 @manual{LLVMIR,
15 author = "{LLVM Language Reference Manual}",
16 title = "{\\http://llvm.org/docs/LangRef.html}",
17 }
18
19 @manual{LLVM,
20 author = "{LLVM Documentation}",
21 title = "{\\http://llvm.org/docs/index.html}",
22 }
23
24 @manual{clang,
25 author = "{clang documentation}",
26 title = "{\\http://clang.llvm.org/docs/index.html}",
27 }