电子书《Compiler Design in C》 http://t.cn/A6auYCIh 一本关于C编译器设计的老书,作者ALLEN I. HOLUB在他的博客开放了pdf和源代码的下载。
公司图书馆里的Crafting A Compiler With C烂得要死,也不知道被哪些变态翻过。想了想,屁颠屁颠地到图书馆把Allen自己的Compiler Design In C借了出来。这本书依照龙书的体例,但弱化理论而强调编译器的具体实现。书中讲解了完整的lex和yacc的实现代码,以及一个不带浮点计算的ANSI C编译器的实现。Allen在前言里提...
programinhigh-levellanguage Compiler executableprograminmachinelanguage input Executableprograminmachinelanguage output Textbook:CompilerConstructionPrincipleandPractice--authoredbyKennethC.LoudenReferencebook:Lex&yacc--byJohnR.Levine,TonyMason&DougBrownO’Reilly&Associates,Inc.3 WebSite http://casd.csie....
(redirected fromCompiler design) Thesaurus Encyclopedia com·pil·er (kəm-pī′lər) n. 1.One that compiles:a compiler of anthologies. 2.ComputersA program that translates another program written in a high-level language into machine language so that it can be executed. ...
Introduces the basics of compiler design, concentrating on the second pass (in a typical four-pass compiler), consisting of a lexical analyzer, parser, and a code generator. ... (展开全部) 喜欢读"Compiler Design in C"的人也喜欢 ··· A Retargetable C Compiler Object-Oriented Programming...
Compiler Design in C 作者:Allen I. Holub 出版社:Prentice Hall International Paperback Editions 出版年:1994-2-1 页数:534 定价:USD 65.00 装帧:Paperback ISBN:9780133049572 豆瓣评分 评价人数不足 评价: 写笔记 写书评 加入购书单 分享到 推荐 我要写书评...
所需:25积分/C币 编译原理第2版(中文) 高清 《编译原理(本科教学版第2版)》基于该书第2版进行改编,内容更加精练和实用,体系更加符合国内教学情况,适合作为高等院校计算机及相关专业本科生的编译原理课程的教材,也是广大研究人员和技术人员的极佳参考读物。 《编译原理(本科教学版第2版)》是编译领域无可替代的经典...
Application specific static code checking for c programs: ctool We present the design of a compiler for a functional logic programming language and discuss the compiler's implementation. The source program is abstracted by a constructor based graph rewriting system obtained from a functional logic p...
Implementing a compiler in ML is quite a pleasant task. Further- more, a wellrounded introduction to compilers should include some acquain- tance with modernprogramming language design. This is not a textbook on ML programming. 关键词: Java (Computer program language DOI: 10.1017/CBO...
Compiler Design in C Download a copy! My bookCompiler Design in Cis now, unfortunately, out of print. You can download a complete copy, with the above button (pdf 19.1Mb OCR/Searchable—thanks to Marvin Hernández for adding the OCR). If you don't want to print it out (the book is ...