Backus–Naur Form

From Wiki @ Karl Jones dot com
Revision as of 06:43, 21 April 2016 by Karl Jones (Talk | contribs)

Jump to: navigation, search

In computer science, BNF (Backus Normal Form or Backus–Naur Form) is one of the two main notation techniques for context-free grammars.

Description

Context-free grammars are often used to describe the syntax of languages used in computing, such as computer programming languages, document formats, instruction sets, and communication protocols.

They are applied wherever exact descriptions of languages are needed: for instance, in official language specifications, in manuals, and in textbooks on programming language theory.

Many extensions and variants of the original Backus–Naur notation are used; some are exactly defined, including Extended Backus–Naur Form (EBNF) and Augmented Backus–Naur Form (ABNF).

The other main technique for writing context-free grammars is the van Wijngaarden form.

See also

External links