Re: EBNF grammar, can someone help?



Tina wrote:

hello, I have a question...and here what I did...but I'm not sure if it's
right or not...please help. thanks.

Give EBNF grammar for Program95indentifiers.

my answer: Program = Program;
Ninety five = "9",, "5";
indentifiers = identifiers;
Program95identifiers = Program, Ninety five, indentifiers.

Justify your claim that your "answer" answers the question.

What does "EBNF grammar" mean? The grammar of EBNF itself? The grammar of
some programming language expressed in EBNF?

-- mecej4
.