Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.04 KB

compilers.md

File metadata and controls

19 lines (13 loc) · 1.04 KB

Resources to learn Compilers theory

Intro to Compilers

go to resource Description: Course about compilers from "CSU sacramento" university. Excelent course where all the details and different parts of compilers are reviewed. For completing this course, knowing "C lang." on mid level will be sufficient

Build your own Lisp

go to resource Description: Online book/reading resource that helps reader to create own/easened up "Lisp" language compiler.

Compilers course from EDX

go to resource escription: Excelent course on EDX on Compilers, theory + practice.

Engineering: A Compiler book

go to resource Description: One of the best and detailed books abouts engineering a compiler.