How to write a compiler ?
This series of blogs acts as an analysis and deep dive into compiler design.
Currently I am building EEL. EEL is eBPF Language, this series of blogs consists of all the things I learned throughout the process of building it.
What is a compiler?
A compiler is a program that translates source code written in one language into another representation, usually machine code or an intermediate form that can be executed by a computer.







