Reputation: 1
How to covert bnf to ebnf from that !?
BNF
<Z> ::= DCd | D<N>C EBNF <Z> ::= D[<N>}C[d] or <Z> ::= D[<N>C[d]]
(i think that what wrong in grammar?)
Upvotes: 0
Views: 61