Question: Consider the following regular expressions (omitting the dot operator) Problem 1. Consider the following regular expressions (omitting the dot operator) R2-(a b) (a b' R,(a*

Consider the following regular expressions (omitting the dot operator)

Consider the following regular expressions (omitting the dot operator) Problem 1. Consider

Problem 1. Consider the following regular expressions (omitting the dot operator) R2-(a b) (a" b' R,(a* |b) R1 (ab) (ab)" Let getToken() be a function that returns the next token in the input. If we call it repeatedly it will return one token after another. When all the input is consumed, getToken) returns EOF (end of file). Assume that longest prefix-matching rule is used by getToken) and ties are broken in favor of the regular expression listed first. 1. Give an example of input for which getToken) returns Re 2. Give an example of input for which getToken returns R 3. Give an example of input for which getToken) returns R2 4. Give an example of input for which getToken) returns Ra 5. Give an example of input for which getToken) returns Ra 6. Give an example of input for which getToken) returns Rs 7. If getToken() is called repeatedly on the following input, what is the sequence of tokens and lexemes returned? In your work, show step by step the Matched, Potential (Viable), and Maximal tokens. aaadbabaadaaadabbbaab

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!