studentsuvidha
Compiler design unit 1 - Printable Version

+- studentsuvidha (https://studentsuvidha.com/forum)
+-- Forum: Engineering zone (https://studentsuvidha.com/forum/Forum-Engineering-zone)
+--- Forum: Engineering / btech Notes, class lectures, ebooks - free download (https://studentsuvidha.com/forum/Forum-Engineering-btech-Notes-class-lectures-ebooks-free-download)
+--- Thread: Compiler design unit 1 (/Thread-Compiler-design-unit-1)



Compiler design unit 1 - Saumya12 - 06-08-2017

Following are the topics included

Brief overview of the compilation process, structure of compiler & its different phases, lexical analyzer, cross compiler, Bootstrapping, quick & dirty compiler, Shift-reduce parsing, operator- precedence parsing, topdown parsing, predictive parsing ,LL(1) and LL(k) grammar, bottom up parsing, SLR, LR(0), LALR parsing techniques.