Exercise 6.1
Consider the grammar
$$
S → ( L ) | a\
L → L , S | S
$$
We have the following operator-precedence relations for the grammar.
Show the detailed process of the parsing of the sentence $(a, (a, a))$, follow the style in the previous slides.