forked from IUCompilerCourse/Essentials-of-Compilation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
python.bib
147 lines (128 loc) · 3.72 KB
/
python.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
@Article{Anderson73,
author = {T. Anderson and J. Eve and J. Horning},
title = {Efficient LR(1) Parsers},
journal = {Acta Informatica},
year = 1973,
volume = 2,
pages = {2--39}}
@PhdThesis{DeRemer69,
author = {Frank DeRemer},
title = {Practical Translators for LR(k) Languages},
school = {MIT},
year = 1969}
@book{Barry:2016vj,
author = {Paul Barry},
publisher = {O'Reilly},
title = {Head First Python},
year = {2016}}
@book{Matthes:2019vs,
author = {Eric Matthes},
edition = {2nd edition},
publisher = {No Starch Press},
title = {Python Crash Course},
year = {2019}}
@Manual{PSF21:cpython,
title = {Python {GitHub} {Repository}},
organization = {Python Software Foundation},
url = {https://github.com/python},
year = 2021
}
@Manual{PSF21:python_ref,
title = {The Python Language Reference},
organization = {Python Software Foundation},
year = 2021
}
@book{Lutz:2013vp,
author = {Mark Lutz},
edition = {5th edition},
publisher = {O'Reilly},
title = {Learning Python},
year = {2013}
}
@book{Sweigart:2019vn,
author = {Al Sweigart},
publisher = {No Starch Press},
title = {Automate the Boring Stuff with Python},
year = {2019}}
@inproceedings{Dieckmann99,
author = {Sylvia Dieckmann and Urs H{\"{o}}lzle},
title = {A Study of the Allocation Behavior of the SPECjvm98
Java Benchmark},
booktitle = {Proceedings of the 13th European Conference on
Object-Oriented Programming, ECOOP 1999,
\normalfont{Lecture Notes in Computer Science 1628}},
pages = {92--115},
publisher = {Springer},
year = 1999
}
@article{Dunfield:2021,
author = {Dunfield, Jana and Krishnaswami, Neel},
title = {Bidirectional Typing},
year = 2021,
publisher = {Association for Computing Machinery},
volume = 54,
number = 5,
journal = {ACM Comput. Surv.},
articleno = 98,
numpages = 38
}
@Misc{Lehtosalo2021:MyPy,
author = {Jukka Lehtosalo},
title = {MyPy Optional Type Checker for Python},
url = {http://mypy-lang.org/},
year = 2021
}
@article{Pierce:2000,
author = {Pierce, Benjamin C. and Turner, David N.},
title = {Local Type Inference},
year = 2000,
publisher = {Association for Computing Machinery},
volume = 22,
number = 1,
journal = {ACM Trans. Program. Lang. Syst.},
pages = {1--44}
}
@misc{shinan20:_lark_docs,
author = {Erez Shinan},
title = {Welcome to Lark's Documentation!},
url = {https://lark-parser.readthedocs.io/en/latest/index.html},
year = 2020}
@book{Tomita:1985qr,
author = {Masaru Tomita},
publisher = {Kluwer Academic},
title = {Efficient Parsing for Natural Language: A Fast
Algorithm for Practical Systems},
year = {1985}}
@article{Earley:1970ly,
author = {Earley, Jay},
issue = {2},
journal = {Commun. ACM},
month = {February},
numpages = {9},
pages = {94--102},
publisher = {Association for Computing Machinery},
title = {An efficient context-free parsing algorithm},
volume = {13},
year = {1970}}
@book{Hopcroft06:_automata,
author = {John Hopcroft and Rajeev Motwani and Jeffrey Ullman},
title = {Introduction to Automata Theory, Languages, and Computation},
publisher = {Pearson},
year = 2006}
@techreport{Lesk:1975uq,
author = {M. E. Lesk and E. Schmidt},
institution = {Bell Laboratories},
month = {July},
title = {Lex - A Lexical Analyzer Generator},
year = {1975}}
@incollection{Johnson:1979qy,
author = {Stephen C. Johnson},
booktitle = {{UNIX} Programmer's Manual},
date-added = {2007-08-27 13:19:51 -0600},
date-modified = {2007-08-27 13:23:00 -0600},
organization = {AT\&T},
pages = {353--387},
publisher = {Holt, Rinehart, {and} Winston},
title = {{YACC}: Yet Another Compiler-Compiler},
volume = {2},
year = {1979}}