Skip to content

Commit c2bed9b

Browse files
Merge #104
104: Add some PL books r=ltratt a=jacob-hughes Co-authored-by: Jake Hughes <[email protected]>
2 parents 6d95a9e + f104a52 commit c2bed9b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

softdev.bib

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3298,3 +3298,19 @@ @misc{goetz21deprecated
32983298
howpublished = {\url{https://openjdk.org/jeps/421}},
32993299
note = {Accessed: 2023-10-17}
33003300
}
3301+
3302+
@book{pierce04advanced,
3303+
title={Advanced topics in {Types} and {Programming} {Languages}},
3304+
author={Pierce, Benjamin C},
3305+
year={2004},
3306+
publisher={{MIT} press},
3307+
month = Dec,
3308+
}
3309+
3310+
@misc{stroustrup97c++,
3311+
title={The {C++} {Programming} {Language} ({Special} 3rd {Edition})},
3312+
author={Stroustrup, Bjarne},
3313+
year={1997},
3314+
month=Jun,
3315+
publisher={Addison-Wesley}
3316+
}

0 commit comments

Comments
 (0)