Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 579 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 579 Bytes

The Compiler Primer

<some cool catchy diagram>

Motivation

<why should you learn working of a compiler?>

Index of compiler topics

<toc here>

History of Compilers

<describes various types of compilers, JIT compilers>

Inners of a Compiler

<explain the components of a compiler>

Phases of Compilation

<explain phases with diagrams>

Build your own Compiler using LLVM and Python

<a tutorial on building compiler from scratch>

References

<cite references if any>

Maintainers

  • Sameer Kashyap
  • Satyajit Ghana (satyajit_ghana)