About this document
Introduction to Compiler Design by Pandit Shikhar Sharma is a document available to read on EtoBox.
The document discusses compilers and their structure. A compiler is a program that converts source code into machine-readable object code. It consists of a preprocessor, compiler, assembler, linker and loader. The compiler performs lexical analysis, syntax analysis, and semantic analysis on the source code. Lexical analysis tokenizes the code, syntax analysis generates a parse tree, and semantic analysis checks for errors and collects type information for code generation. Compilers allow programming in high
- Author
- Pandit Shikhar Sharma
- Language
- EN