Question: Consider the following lex script: %% a*b{printf( 1 );} (a|b)*b{printf( 2 );} c*{printf( 3 );} a. Given an example of an input to this scanner

Consider the following lex script: %% a*b{printf( 1 );} (a|b)*b{printf( 2 );} c*{printf( 3 );} a. Given an example of an input to this scanner that will produce 132 as an output, or explain why one does not exist. b. Explain how lex would tokenize the following input string and the output produced. (i) cbbbbac(ii) cbabc

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!