CS606-Compiler Construction Assignment no. 1 Solution SPRING 2019 Due date: 14 May, 2019 | SUPERSTARWEBTECH
Subject: CS606-Compiler Construction Semester: SPRING 2019 Assignment No. 1 Due date: 14 May 2019 CS606-Compiler ConstructionAssignment 1 #Question Task 1: Given a regular expression below, construct an NFA using Thompson’s construction. R.E. = a ( ab | ba )* a (10 Marks) Task 2: Use Subset Construction algorithm to find DFA for the given NFA. …