
Software Development Course
Create a mini compiler that can perform the five main phases of compilation.
Developed a compiler that includes tokenization, DFA (Deterministic Finite Automaton) creation, parsing, context-free grammar (CFG) analysis, and three address code generation.
Provided a comprehensive learning tool for students, helping them understand compiler construction.