Question: A lexical analyzer uses the following patterns to recognize three tokens T1, T2, and T3 over the alphabet {a,b,c}. 1 : ? (|) 2 :
A lexical analyzer uses the following patterns to recognize three tokens T1, T2, and T3 over the alphabet {a,b,c}.
1 : ? (|)
2 : ? (|)
3 : ? (|)
Note that x? means 0 or 1 occurrence of the symbol x. Note also that the analyzer outputs the token that matches the longest possible prefix. If the string is processed by the analyzer, which one of the following is the sequence of tokens it outputs?
1. 1 2 3
2. 1 1 3
3. 2 1 3
4. 3 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
