Question

IN HASKELL Consider a context-free grammar with nonterminal symbols: sentence (the start symbol), noun-phrase, verb-phrase, article,...

IN HASKELL

Consider a context-free grammar with nonterminal symbols: sentence (the start symbol), noun-phrase, verb-phrase, article, noun, and verb; terminal symbols: "." (period), "a", "the", "girl", "dog", "sees", and "pets"; and the following rules:

sentence = noun-phrase verb-phrase "." .

noun-phrase = article noun .

article = "a" | "the" .

noun = "girl" | "dog" .

verb-phrase = verb noun-phrase .

verb = "sees" | "pets" .

a. Give a left-most derivation of the sentence: a girl pets the dog.

b. Draw a parse tree corresponding to your derivation.

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
IN HASKELL Consider a context-free grammar with nonterminal symbols: sentence (the start symbol), noun-phrase, verb-phrase, article,...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT