Source-to-Source-Compiler-SIL-to-CPP.Implemented grammar rules, lexical analysis, and abstract syntax tree generation using yacc/bison. Translated SIL code to C++, supporting statements, expressions, if-else, while loops, function calls, and variable declarations. Ensured proper syntax and semantics while handling limitations.