Introduction to compiler construction in a Java world /
This book enables a deep understanding of the Java programming language and its implementation. The text focuses on design, organization, and testing, helping students learn good software engineering skills and become better programmers. The book covers standard compiler topics, including lexical an...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Boca Raton, FL :
CRC Press,
[2013]
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Compilation
- Lexical analysis
- Parsing
- Type checking
- JVM code generation
- Translating JVM code to MIPS code
- Register allocation
- Celebrity compilers
- Appendix A. Setting up and running j--
- Appendix B. j-- language
- Appendix C. Java syntax
- Appendix D. JVM, class files, and CLEmitter
- Appendix E. MIPS and the SPIM simulator.