Compiler construction using Java, JavaCC, and Yacc /

"A student-friendly, course-friendly guide to compiler theory, applications, and programming technology. Compiler construction is a tricky subject, involving theory, the application of that theory, and programming technology. Virtually every day, advances in computer technology propel advances...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Dos Reis, Anthony J. (Συγγραφέας)
Μορφή: Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: [Los Alamitos, California] Hoboken, New Jersey : IEEE Computer Society ; Wiley, [2012]
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
LEADER 05925nam a2200769 4500
001 ocn784124197
003 OCoLC
005 20170124072031.6
006 m o d
007 cr cn|||||||||
008 120406t20122012njua ob 001 0 eng d
040 |a DG1  |b eng  |e rda  |e pn  |c DG1  |d OCLCQ  |d IEEEE  |d OTZ  |d OCLCO  |d COO  |d ZMC  |d OCLCO  |d OCLCF  |d OCLCA  |d FTU  |d COV  |d TXA  |d UX0  |d CDX  |d IDEBK  |d E7B  |d DEBSZ  |d YDXCP  |d N$T  |d HEBIS  |d OCLCQ  |d EBLCP  |d CAUOI  |d LOA  |d DG1  |d OCLCQ  |d OCLCO  |d GrThAP 
019 |a 780619802  |a 802056570  |a 808597230  |a 833855950  |a 927494257  |a 960200095  |a 961487419  |a 962714155 
020 |a 9781118112762  |q (electronic bk.) 
020 |a 1118112768  |q (electronic bk.) 
020 |a 9781118112878  |q (ePDF) 
020 |a 1118112873  |q (ePDF) 
020 |a 9781118112779  |q (ePub) 
020 |a 1118112776  |q (ePub) 
020 |a 9781118112885  |q (Mobi) 
020 |a 1118112881  |q (Mobi) 
020 |a 9781283917865  |q (MyiLibrary) 
020 |a 1283917866  |q (MyiLibrary) 
020 |z 9780470949597  |q (hbk.) 
020 |z 0470949597  |q (hbk.) 
029 1 |a CHBIS  |b 010058622 
029 1 |a CHNEW  |b 000602619 
029 1 |a CHVBK  |b 309682061 
029 1 |a DEBBG  |b BV040884071 
029 1 |a DEBBG  |b BV041908812 
029 1 |a DEBSZ  |b 372815804 
029 1 |a DEBSZ  |b 379792990 
029 1 |a NLGGC  |b 356180719 
029 1 |a NLGGC  |b 394011171 
029 1 |a NZ1  |b 14554659 
029 1 |a NZ1  |b 14696702 
029 1 |a NZ1  |b 15921944 
035 |a (OCoLC)784124197  |z (OCoLC)780619802  |z (OCoLC)802056570  |z (OCoLC)808597230  |z (OCoLC)833855950  |z (OCoLC)927494257  |z (OCoLC)960200095  |z (OCoLC)961487419  |z (OCoLC)962714155 
037 |a 10.1002/9781118112762  |b Wiley InterScience  |n http://www3.interscience.wiley.com 
050 4 |a QA76.76.C65  |b D67 2012 
072 7 |a COM  |x 010000  |2 bisacsh 
082 0 4 |a 005.4/53  |2 23 
049 |a MAIN 
100 1 |a Dos Reis, Anthony J.,  |e author  |4 aut 
245 1 0 |a Compiler construction using Java, JavaCC, and Yacc /  |c Anthony J. Dos Reis. 
264 1 |a [Los Alamitos, California]  |b IEEE Computer Society ;  |a Hoboken, New Jersey :  |b Wiley,  |c [2012] 
264 4 |c ©2012 
300 |a 1 online resource (xvii, 635 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
504 |a Includes bibliographical references (page 629) and index. 
505 0 0 |t Strings, Languages, and Compilers --  |t Context-Free Grammars, Part 1 --  |t Context-free Grammars, Part 2 --  |t Context-Free Grammars, Part 3 --  |t Chomsky's Hierarchy (Optional) --  |t Top-Down Parsing --  |t LL(1) Grammars --  |t Table-Driven Stack Parser (Optional) --  |t Recursive-Descent Parsing --  |t Recursive-Descent Translation --  |t Assembly Language --  |t S1--A Simple Compiler --  |t Building on S2 --  |t Compiling Control Structures --  |t Compiling Programs in Functional Form --  |t Finite Automata --  |t Capstone Project: Implementing Grep Using Compiler Technology --  |t Compiling to a Register-Oriented Architecture --  |t Optimization --  |t Interpreters --  |t Bottom-up Parsing --  |t Yacc --  |g Appendix A:  |t Stack Instruction Set --  |g Appendix B:  |t Register Instruction Set --  |t References --  |t Index. 
520 |a "A student-friendly, course-friendly guide to compiler theory, applications, and programming technology. Compiler construction is a tricky subject, involving theory, the application of that theory, and programming technology. Virtually every day, advances in computer technology propel advances in compiler technology. Compiler Construction Using Java, JavaCC, and Yacc covers every topic essential to learning compilers from the ground up and is accompanied by a powerful and flexible software package for evaluating projects as well as several tutorials, well-defined projects, and test cases. While the coverage of JavaCC is entirely optional, this book provides the only comprehensive introduction to the topic currentlyavailable. Far easier to read and understand than any other compiler guide, this booksets a new standard for learning this invaluable skill. It provides: Strong coverage of formal languages, including context-sensitive and unrestricted languages as well as regular and context-free languages; A clear exposition of compiler design and implementation theory; Numerous well-defined projects, using source language with six levels of complexity; A complete teaching support software package that evaluates compiler projects for correctness, run time, and size of code, and runs on multiple platforms; Immediate feedback for students on their projectsCompiler Construction Using JavaTM, JavaCC, and Yacc provides substantial support for each project, many of which are incremental enhancements of previous projects. The goals at each new level are challenging but achievable and can be reached in several different ways, for example, by writing a compiler or interpreter by hand, with JavaCC, or with Yacc."--Publisher's description. 
588 0 |a Print version record and online resource; title from PDF title page (IEEE Xplore, viewed March 13, 2014). 
650 0 |a Compilers (Computer programs) 
650 0 |a Java (Computer program language) 
650 7 |a COMPUTERS  |x Compilers.  |2 bisacsh 
650 7 |a Compilers (Computer programs)  |2 fast  |0 (OCoLC)fst00871538 
650 7 |a Java (Computer program language)  |2 fast  |0 (OCoLC)fst00982065 
650 7 |a Übersetzerbau  |2 gnd 
650 7 |a Java  |g Programmiersprache  |2 gnd 
655 4 |a Electronic books. 
776 0 8 |i Print version:  |a Dos Reis, Anthony J.  |t Compiler construction using Java, JavaCC, and Yacc.  |d Hoboken, N.J. : Wiley-IEEE Computer Society, ©2012  |z 9780470949597  |w (DLC) 2011013211  |w (OCoLC)668195800 
776 0 8 |i Print version:  |a Dos Reis, Anthony J.  |t Compiler construction using Java, JavaCC, and Yacc.  |d Hoboken, N.J. : Wiley-IEEE Computer Society, ©2012  |z 9780470949597  |w (DLC) 2011013211  |w (OCoLC)779702627 
856 4 0 |u https://doi.org/10.1002/9781118112762  |z Full Text via HEAL-Link 
994 |a 92  |b DG1