Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 363 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 363 Bytes

List of Experiments for Compiler Design: Design, develop, andexecute the following programs.

1(11). Write a C program to implement the syntax-directed definition of “if then S1” and “if E then S1 else S2”

2(12). Write a yacc program that accepts a regular expression as input andproduce its parse tree as output

Contact for any doubts in the 12th one!