Please enable JavaScript.
Coggle requires JavaScript to display documents.
Compiler Construction, Practical - Coggle Diagram
Compiler Construction
Branches
Programming Language
Algorithm
Principles of Software Engineering
Language Theory
Computer Architecture
Compiler
Source Code to Object Code
Source Code
Analysis
Object Code
Linker, Loader, Preprocessor
linker
Link Libraries with the Program
loader
Load the Modules in the Program
preprocessor
Covert Multiple Modules to Single Source File
Algorithms
BFS
DFS
Difference Compiler and Interpreter
Compiler
Convert Complete Source Code into object Code
less time
Difficult to Detect Error
Interperter
line by Line Conversion and show error line by line
More time
Easy to Detect Error
Hybrid
Source Code
Compiler
Intermediate Code
Interpreter
Object Code
Practical
Example
This is a Tree
Lexical Analysis