-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrefs.bib
46 lines (42 loc) · 1.18 KB
/
refs.bib
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@article{landin:66:cacm,
author = {Landin, P. J.},
title = {The Next 700 Programming Languages},
journal = {Commun. ACM},
issue_date = {March 1966},
volume = {9},
number = {3},
month = mar,
year = {1966},
issn = {0001-0782},
pages = {157--166},
numpages = {10},
url = {http://doi.acm.org/10.1145/365230.365257},
doi = {10.1145/365230.365257},
acmid = {365257},
publisher = {ACM},
address = {New York, NY, USA},
}
@book{aho:07,
author = {Alfred V. Aho and Monica S. Lam and Ravi Sethi and Jeffrey D. Ullman},
title = {Compilers: Principles, Techniques, and Tools},
edition = {second},
year = 2007,
isbn = {0-321-49169-6},
publisher = {Addison-Wesley},
address = {Boston, MA, USA}
}
@book{tanenbaum:06:sco,
author = {Andrew S. Tanenbaum},
title = {Structured Computer Organization},
edition = {Fifth},
isbn = {978-0131485211},
publisher = {Prentice Hall PTR},
year = {2006},
category = {os}
}
@book{scott:15:book,
title = {Programming language pragmatics},
author = {Scott, Michael Lee},
year = {2015},
publisher = {Morgan Kaufmann}
}