High-level Programming Language (Pascal)
Syntax diagrams
All programming languages
have a precise grammar. Strict rules that govern the construction of a program
are known as the syntax of the programming language. A pictorial way of expressing
rules of syntax is called Syntax diagrams.
For example, the syntax
diagram of <program> which is used to specify the general structure of
a Pascal program.
<program>