Today, I saw a video on the Youtube. And there are something I couldn't understand.
It says EBNF can't start with {...}
. Which means this expression:
expr => {term + } term;
is WRONG. Why?
Today, I saw a video on the Youtube. And there are something I couldn't understand.
It says EBNF can't start with {...}
. Which means this expression:
expr => {term + } term;
is WRONG. Why?