What is Backus-Naur Form

A Meta language used to formally describe the syntax of a language.

Showing Answers 1 - 2 of 2 Answers

erkamalbansal

  • Feb 2nd, 2007
 

A matalanguage used to formally describe syntax of language or Define the syntax of language

  Was this answer useful?  Yes

arthy_cc

  • Jun 6th, 2007
 

The Backus–Naur form (or Panini–Backus form) is a metasyntax used to express(ie)a formal way to describe formal languages.

it is a notion for the grammers of computer programming languages.Most textbooks for programming language theory and/or semantics document the programming language in BNF.

John Backus created the notation in order to express the grammar of ALGOL.

Peter Naur later simplified Backus's notation to minimize the character set .

 metasyntax: is a syntax used to describe the syntax of languages, usually in the context of computer programming languages
thnz,
Arthy.C

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions