Convert
the following SDT:
A → A{a}B | B{b} B → 0{c}
to a SDT that:
- Is a postfix SDT.
- Has no left-recursion in
the underlying grammar.
Here, A is the start
symbol, and a, b, and c are actions.
Which of the
following is a SDT that meets the two conditions above?
|