Back to the 2023 paper

Module 2: Syntax Analysis (Parser)

20235m

Consider the following grammar:
SCCS \to CC
CcCdC \to cC | d
Find the LR(1) set of items.

Similar questions