I'd like to convert EBNF to BNF.
<<'while'>> ::= while <'Z'> do begin <'A'> { <'A'> } end ;
How can I do this?