কম্পাইলার: সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
InternetArchiveBot (আলোচনা | অবদান)
2টি উৎস উদ্ধার করা হল ও 1টি অকার্যকর হিসেবে চিহ্নিত করা হল। #IABot (v2.0beta14)
InternetArchiveBot (আলোচনা | অবদান)
1টি উৎস উদ্ধার করা হল ও 0টি অকার্যকর হিসেবে চিহ্নিত করা হল। #IABot (v2.0beta14)
৩০১ নং লাইন:
* ''Understanding and Writing Compilers: A Do It Yourself Guide'' ({{আইএসবিএন|0-333-21732-2}}) by [[Richard Bornat]] is an unusually helpful book, being one of the few that adequately explains the recursive generation of [[machine language|machine instructions]] from a [[parse tree]]. The authors experience from the early days of mainframes and minicomputers, provides useful insights that more recent books often fail to convey. [http://www.cs.mdx.ac.uk/staffpages/r_bornat/books/compiling.pdf The book is also available from the author's page.]
* ''An Overview of the Production Quality Compiler-Compiler Project'' by Leverett, Cattel, Hobbs, Newcomer, Reiner, Schatz and Wulf. Computer 13(8):38-49 (August 1980)
* ''Compiler Construction'' by [[Niklaus Wirth]] ({{আইএসবিএন|0-201-40353-6}}) Addison-Wesley 1996, 176 pages, also available at [https://web.archive.org/web/20070615132948/http://www.oberon2005.ru/book/ccnw2005e.pdf]. Step-by-step guide to using recursive descent parser. Describes a compiler for Oberon-0, a subset of the author's programming language, [[Oberon (programming language)|Oberon]].
* "Programming Language Pragmatics" by Michael Scott ({{আইএসবিএন|0-12-633951-1}}) Morgan Kaufmann 2005, 2nd edition, 912 pages. This book offers a broad and in-depth introduction to compilation techniques and programming languages, illustrated with many examples. More information on the book can be found at [http://www.cs.rochester.edu/~scott/pragmatics/ the author's site].
* [http://www.research.ibm.com/journal/rd/255/ibmrd2505Q.pdf "A History of Language Processor Technology in IBM"], by F.E. Allen, IBM Journal of Research and Development, v.25, no.5, September 1981.