E-Book, Englisch, 494 Seiten
Jeffery Build Your Own Programming Language
1. Auflage 2021
ISBN: 978-1-80020-033-3
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
A programmer's guide to designing compilers, interpreters, and DSLs for solving modern computing problems
E-Book, Englisch, 494 Seiten
ISBN: 978-1-80020-033-3
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
No detailed description available for "Build Your Own Programming Language".
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Table of Contents - Why Build Another Programming Language
- Programming Language Design
- Scanning Source Code
- Parsing
- Syntax Trees
- Symbol Tables
- Checking Base Types
- Checking Types on Arrays, Method Calls, and Structure Accesses
- Intermediate Code Generation
- Syntax Cloning in an IDE
- Bytecode Interpreters
- Generating Bytecode
- Native Code Generation
- Implementing Operators and Built-In Functions
- Domain Control Structures
- Garbage Collection
- Final Thoughts
- Appendix A - Unicon Essentials