BNF Grammar: Difference between revisions

Ada, a reference to the mandatory BNF of Ada
(Ada, a reference to the mandatory BNF of Ada)
Line 7:
 
The task here is establish a BNF grammar for as many languages as possible to facilitate language categorization and translation.
=={{header|Ada}}==
A BNF description of the language syntax is a part of its standard, [http://www.adaic.org/standards/1zrm/html/RM-P.html see Ada Reference Manual, Annex P].
=={{header|ALGOL 60}}==
<div style="height:30ex;overflow:scroll"><pre>
Line 512 ⟶ 514:
 
</pre></div>
 
=={{header|BASIC}}==
<div style="height:30ex;overflow:scroll"><pre>