BNF Grammar: Difference between revisions

→‎Tcl: Added link to a grammar-like entity
(→‎Tcl: Added link to a grammar-like entity)
Line 441:
=={{header|Smalltalk}}==
Smalltalk Syntax follows, [http://github.com/aquasync/ruby-ometa/blob/60deea23abe7eb07d200233dde4213d74041b81f/smalltalk.syntax Smalltalk Syntax]
 
=={{header|Tcl}}==
Though Tcl is not typically described using BNF, an approximation of the base language grammar can be written in a [[:Category:Tcl#Grammar|BNF-like grammar]]. Note however that the grammar properly omits things present in other languages (notably keywords) because it lacks them entirely; the analogs of them are merely parts of the standard language library.
 
=={{header|VBScript}}==
Line 1,857 ⟶ 1,860:
<Identifier> ::= ID | QualifiedID !Any type of identifier
</pre></div>
 
{{omit from|Tcl}}<!-- no meaningful grammar at a level that anyone cares about; see talk page -->
Anonymous user