Metasyntax
From Free net encyclopedia
Revision as of 18:30, 17 September 2005; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
A metasyntax is a syntax used to describe the syntax of languages, usually in the context of computer programming languages.
Although many different metasyntaxes are possible, Backus-Naur form (BNF) and Extended Backus-Naur form (EBNF), which express syntax as a set of derivation rules, are almost universally used. The variables in these metasyntaxes are properly known as metasyntactic variables, although the term is used informally in other ways.
[edit]