Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PROG 2 4 3 1 0 : Programming Languages Evaluation: 1 0 points, 1 0 % of your final grade. Due date: See SLATE. Late

PROG24310: Programming Languages
Evaluation:
10 points, 10% of your final grade.
Due date:
See SLATE.
Late submission: 10% per day penalty, up to 3 days.
Problem N1(3 points).
You have the following context-free gramma:
SBAA
AAab|b
BBa|b
Using the grammar above, is it possible to derive a string "baababbabab" ?
If so, please provide the derivation process and build the abstract syntax tree.
Is this grammar ambiguous? If so, you need to explain why it is ambiguous (please
provide an alternative AST) or explain why you cannot build an alternative AST.
Main Requirements: the derivation must be canonical (either left-most or right-
most, but not the combination of both). You must show every step of the derivation
process and use brackets [] for the next symbol you are replacing.
Example: S->[C]D means on the next step you will be replacing symbol C.
You must maintain the proper level of all the nodes in the AST
Hint: To prove ambiguity, you must show two different ASTs that produce the same string (you can
use non-canonical derivations in the proof) or prove that no such derivations exist.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle 10g Database Administrator Implementation And Administration

Authors: Gavin Powell, Carol McCullough Dieter

2nd Edition

1418836656, 9781418836658

More Books

Students also viewed these Databases questions