-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.bib
More file actions
26 lines (23 loc) · 739 Bytes
/
Copy pathmain.bib
File metadata and controls
26 lines (23 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@nproceedings{alive,
author = {Lopes, Nuno P. and Lee, Juneyoung and Hur, Chung-Kil and Liu, Zhengyang and Regehr, John},
title = {{Alive2: bounded translation validation for LLVM}},
year = {2021},
url = {https://doi.org/10.1145/3437992.3439903},
series = {PLDI}
}
@book{cpp20,
author = {{ISO}},
title = {{ISO\slash IEC 14882:2020 Information technology ---
Programming languages --- C++}},
edition = {Sixth},
year = {2020},
url = {https://www.iso.org/standard/79358.html}
}
@book{c99,
author = {{ISO}},
title = {{ISO\slash IEC 9899:1999
Programming languages --- C}},
edition = {Second},
year = {1999},
url = {https://www.iso.org/standard/29237.html}
}