You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Compiler Design Lab (CD Lab) Workbook. This repository contains practical, step-by-step exercises covering all major phases of compiler construction. Topics range from the Lexical Analyzer and various Finite Automata conversions (RE to NFA, NFA to DFA) through Parsing techniques (First/Follow, LL(1), Shift-Reduce, LR(0)).