Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Compiler
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Further reading == {{Refbegin}} * {{cite book |author-link1=Alfred V. Aho |author-last1=Aho |author-first1=Alfred V. |author-link2 = Ravi Sethi |author-last2=Sethi |author-first2=Ravi |author-link3=Jeffrey D. Ullman |author-last3=Ullman |author-first3=Jeffrey D. |title=Compilers: Principles, Techniques, and Tools |isbn=9780201100884 |publisher=[[Addison-Wesley]] |date=1986 |edition=1st |title-link=Compilers: Principles, Techniques, and Tools}} * {{cite journal |author-link=Frances E. Allen |author-last=Allen |author-first=Frances E. |title=A History of Language Processor Technology in IBM |journal=IBM Journal of Research and Development |volume=25 |pages=535β548 |number=5 |date=September 1981 |publisher=[[IBM]] |doi=10.1147/rd.255.0535}} * {{cite book |author-last1=Allen |author-first1=Randy |author-link2=Ken Kennedy (computer scientist) |author-last2=Kennedy |author-first2=Ken |title=Optimizing Compilers for Modern Architectures |publisher=[[Morgan Kaufmann Publishers]] |date=2001 |isbn=978-1-55860-286-1}} * {{cite book |author-link=Andrew Appel |author-last=Appel |author-first=Andrew Wilson |title=Modern Compiler Implementation in Java |edition=2nd |publisher=[[Cambridge University Press]] |date=2002 |isbn=978-0-521-82060-8}} * {{cite book |author-link=Andrew Appel |author-last=Appel |author-first=Andrew Wilson |url=https://books.google.com/books?id=8APOYafUt-oC |title=Modern Compiler Implementation in ML |publisher=[[Cambridge University Press]] |date=1998 |isbn=978-0-521-58274-2}} * {{cite book |author-last=Bornat |author-first=Richard |title=Understanding and Writing Compilers: A Do It Yourself Guide |date=1979 |publisher=[[Macmillan Publishing]] |isbn=978-0-333-21732-0 |url=http://www.cs.mdx.ac.uk/staffpages/r_bornat/books/compiling.pdf |author-link=Richard Bornat |access-date=11 April 2007 |archive-date=15 June 2007 |archive-url=https://web.archive.org/web/20070615132948/http://www.cs.mdx.ac.uk/staffpages/r_bornat/books/compiling.pdf |url-status=dead}} * {{cite book |title=Assemblers, Compilers, and Program Translation |author-first=Peter |author-last=Calingaert |editor-first=Ellis |editor-last=Horowitz |editor-link=Ellis Horowitz |date=1979 |series=Computer software engineering series |publisher=[[Computer Science Press, Inc.]] |location=Potomac, Maryland |edition=1st printing, 1st |isbn=0-914894-23-4 |issn=0888-2088 |lccn=78-21905 |url=https://archive.org/details/assemblerscompil00cali |url-access=registration |access-date=2020-03-20}} (2+xiv+270+6 pages) * {{cite book |title=Engineering a compiler |author-last1=Cooper |author-first1=Keith Daniel |author-last2=Torczon |author-first2=Linda |date=2012 |publisher=Elsevier/Morgan Kaufmann |isbn=978-0-12088478-0 |edition=2nd |location=Amsterdam, Netherlands |pages=8 |oclc=714113472}} * {{cite book |author-last=Gries |author-first=David |author-link=David Gries |date=1971 |title=Compiler Construction for Digital Computers |publisher=John Wiley and Sons |location=New York |isbn=0-471-32776-X |language=English, Spanish, Japanese, Chinese, Italian, Russian |quote=The first text on compiler construction.}} * {{cite book |author-last1=McKeeman |author-first1=William Marshall |author-link=William M. McKeeman |author-link2=Jim Horning |author-last2=Horning |author-first2=James J. |author-last3=Wortman |author-first3=David B. |url=https://archive.org/details/compilergenerato00mcke |title=A Compiler Generator |location=[[Englewood Cliffs, NJ]] |publisher=[[Prentice-Hall]] |date=1970 |isbn=978-0-13-155077-3}} * {{cite book |author-link=Steven Muchnick |author-last1=Muchnick |author-first1=Steven |url=https://archive.org/details/advancedcompiler00much |url-access=registration |title=Advanced Compiler Design and Implementation |publisher=[[Morgan Kaufmann Publishers]] |date=1997 |isbn=978-1-55860-320-2}} * {{cite book |author-link=Michael L. Scott |author-last=Scott |author-first=Michael Lee |url=https://books.google.com/books?id=4LMtA2wOsPcC |title=Programming Language Pragmatics |publisher=[[Morgan Kaufmann]] |date=2005 |edition=2nd |isbn=978-0-12-633951-2}} * {{cite book |author-last1=Srikant |author-first1=Y. N. |author-last2=Shankar |author-first2=Priti |url=https://books.google.com/books?id=0K_jIsgyNpoC |title=The Compiler Design Handbook: Optimizations and Machine Code Generation |publisher=[[CRC Press]] |date=2003 |isbn=978-0-8493-1240-3}} * {{cite book |author-last=Terry |author-first=Patrick D. |url=http://scifac.ru.ac.za/compilers/conts.htm |title=Compilers and Compiler Generators: An Introduction with C++ |publisher=International Thomson Computer Press |date=1997 |isbn=978-1-85032-298-6}} * {{cite book |author-link=Niklaus Wirth |author-last=Wirth |author-first=Niklaus |url=http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf |title=Compiler Construction |isbn=978-0-201-40353-4 |publisher=[[Addison-Wesley]] |date=1996 |access-date=24 April 2012 |archive-url=https://web.archive.org/web/20170217071020/http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf |archive-date=17 February 2017 |url-status=dead}} * {{cite web |author=LLVM community |title=The LLVM Target-Independent Code Generator |url=http://llvm.org/docs/CodeGenerator.html#built-in-register-allocators |website=LLVM Documentation |access-date=17 June 2016}} * [https://web.archive.org/web/20150103161301/http://www.informatik.uni-trier.de/~ley/db/books/compiler/index.html Compiler textbook references] A collection of references to mainstream Compiler Construction Textbooks {{refend}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)