Syntax


noun
1.
Linguistics.

the study of the rules for the formation of grammatical sentences in a language.
the study of the patterns of formation of sentences and phrases from words.
the rules or patterns so studied:
English syntax.
a presentation of these:
a syntax of English.
an instance of these:
the syntax of a sentence.

2.
Logic.

that branch of modern logic that studies the various kinds of signs that occur in a system and the possible arrangements of those signs, complete abstraction being made of the meaning of the signs.
the outcome of such a study when directed upon a specified language.

3.
a system or orderly arrangement.
4.
Computers. the grammatical rules and structural patterns governing the ordered use of appropriate words and symbols for issuing commands, writing code, etc., in a particular software application or programming language.
noun
1.
the branch of linguistics that deals with the grammatical arrangement of words and morphemes in the sentences of a language or of languages in general
2.
the totality of facts about the grammatical arrangement of words in a language
3.
a systematic statement of the rules governing the grammatical arrangement of words and morphemes in a language
4.
(logic) a systematic statement of the rules governing the properly formed formulas of a logical system
5.
any orderly arrangement or system

syntax definition

The sequence in which words are put together to form sentences. In English, the usual sequence is subject, verb, and object.

Note: Syntactic languages, such as English, use word order to indicate word relationships. Inflected languages (see inflection), such as Greek and Latin, use word endings and other inflections to indicate relationships.

language
The structure of valid strings in a given language, as described by a grammar. For example, the syntax of a binary number could be expressed as
binary_number = bit [ binary_number ]
bit = “0” | “1”
meaning that a binary number is a bit optionally followed by a binary number and a bit is a literal zero or one digit.
The meaning of the language is given by its semantics.
See also abstract syntax, concrete syntax.
(1994-10-31)

Read Also:

  • Syntax-case

    language A macro system for Scheme by R. Kent Dybvig [email protected]. It is superior to the low-level system described in the Revised^4 Report (R4RS). Pattern variables are ordinary identifiers with essentially the same status as lexical variable names and macro keywords. The syntax is modified to recognise and handle references to pattern variables. Version 2.1 […]

  • Syntax error

    noun in computing, an error in a program due to a code that does not conform to order expected by the programming language Examples A syntax error occurs when a user (or programmer) has put words in an order that a program does not understand. Usage Note computing

  • Syntaxes

    noun 1. Linguistics. the study of the rules for the formation of grammatical sentences in a language. the study of the patterns of formation of sentences and phrases from words. the rules or patterns so studied: English syntax. a presentation of these: a syntax of English. an instance of these: the syntax of a sentence. […]

  • Syntax-language

    noun, Philosophy. 1. a metalanguage used to refer to the grammatical or other formal features of an object language.

  • Syntax tree

    mathematics, theory, language A tree representing the abstract syntax of some tokens in a language. (1998-11-12)


Disclaimer: Syntax definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.