Theory-of-Computation
December 6, 2023GATE 1999
December 6, 2023Theory-of-Computation
|
Question 42
|
(a) An identifier in a programming language consists of upto six letters and digits of which the first character must be a letter. Derive a regular expression for the identifier.
(b) Build an LL(1) parsing table for the language defined by the LL(1) grammar with productions
Program → begin d semi X end X → d semi X | sY Y → semi s Y | ε
|
Theory Explanation.
|
Correct Answer: A
