Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Backus–Naur form
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Others === Many BNF specifications found online today are intended to be human-readable and are non-formal. These often include many of the following syntax rules and extensions: * Optional items enclosed in square brackets: <code>[<item-x>]</code>. * Items existing 0 or more times are enclosed in curly brackets or suffixed with an asterisk (<code>*</code>) such as <code><word> ::= <letter> {<letter>}</code> or <code><word> ::= <letter> <letter>*</code> respectively. * Items existing 1 or more times are suffixed with an addition (plus) symbol, <code>+</code>, such as <code><word> ::= <letter>+</code>. * Terminals may appear in bold rather than italics, and non-terminals in plain text rather than angle brackets. * Where items are grouped, they are enclosed in simple parentheses.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)