0

I am confused wheter EBNF can be considered as a Programming language which is turing complete?

1 Answers1

2

To answer your question, no, Extended Backus–Naur Form (EBNF) is not a programming language. It is a metasyntax notation.

While a language is a way to describe an algorithm (what a computer should do), metasyntax is a way to describe a language.

Tag
  • 123
  • 1
  • 10