Backus-Naur Form Flashcards
1
Q
BNF notation used to enclose a syntactic item
A
<> (eg. <name>)</name>
2
Q
BNF notation of ‘x consists of’
A
::=
3
Q
BNF notation of ‘or’
A
|
4
Q
BNF notation of ‘zero or more repetitions of x’
A
{} (eg. {middle name})