Formal Languages and Translators: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:


* [[Programming#Formal_Languages_and_Translators|Programming]]
* [[Programming#Formal_Languages_and_Translators|Programming]]
=Formal Grammars=
{{External|https://en.wikipedia.org/wiki/Formal_grammar}}


=Context-Free Grammar=
=Context-Free Grammar=

Revision as of 23:17, 7 June 2018

Internal

Formal Grammars

https://en.wikipedia.org/wiki/Formal_grammar

Context-Free Grammar

A set of production rules that describe all possible strings in a given formal language. A popular notation for context-free grammar is Backus-Naur (BNF).

Backus-Naur Form

https://en.wikipedia.org/wiki/Backus–Naur_form

Backus-Naur form is notation technique for context-free grammars that is used to describe the syntax of languages used in computing.