CS606-Compiler Construction Assignment no. 2 Solution SPRING 2019 Due date: 03 June, 2019 | SUPERSTARWEBTECH
Subject: CS606-Compiler Construction Semester: SPRING 2019Assignment No. 2Due date: 03 JUNE 2019 CS606-Compiler Construction Assignment 2 #Question Write grammar for the following languages: (a+ b) *bb (a+ b) * (aa*(ab+ a) *) All sequences of a’s and b’s with no more than three a’s. Consisting of all strings of a’s and b’s that contain a …