Slide 1.9: Programming paradigms (cont.)
Slide 2.2: The Chomsky hierarchy
Home

Programming Language Syntax


Syntax refers to the ways symbols may be combined to create well-formed sentences (or programs) in the language. Syntax defines the formal relations between the constituents of a language, thereby providing a structural description of the various expressions that make up legal strings in the language. Syntax deals solely with the form and structure of symbols in a language without any consideration given to their meaning.

Grammars and BNF
Defining the syntax of programming languages bears a close resemblance to formulating the grammar of a natural language, describing how symbols may be formed into the valid phrases of the language. A grammar , N, P, S> consists of four parts: When applied to programming languages, this notation is known as Backus-Naur Form or BNF.