Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 632 Bytes

File metadata and controls

7 lines (4 loc) · 632 Bytes

BNF Grammar-Generator

What is Backus-Naur form?

From Wikipedia

In computer science, Backus–Naur form (/ˌbækəs ˈnaʊər/) or Backus normal form (BNF) is a metasyntax notation for context-free grammars, often used to describe the syntax of languages used in computing, such as computer programming languages, document formats, instruction sets and communication protocols. It is applied wherever exact descriptions of languages are needed: for instance, in official language specifications, in manuals, and in textbooks on programming language theory.