concrete syntax

concrete syntax

(language)The concrete syntax of a language including all thefeatures visible in the source program such as parenthesesand delimiters. The concrete syntax is used when parsingthe program or other input, during which it is usuallyconverted into some kind of abstract syntax tree.

Compare: abstract syntax.