Definition of Abstract syntax

FOLDOC
abstract syntax
<languagedata> A representation of data (typically either a message passing over a communications link or a program being compiled) which is independent of machine-oriented structures and encodings and also of the physical representation of the data (called "concrete syntax" in the case of compilation or "transfer syntax" in communications).
compiler's internal representation of a program will typically be specified by an abstract syntax in terms of categories such as "statement", "expression" and "identifier". This is independent of the source syntax (concrete syntax) of the language being compiled (though it will often be very similar). A parse tree is similar to an abstract syntax tree but it will typically also contain features such as parentheses which are syntactically significant but which are implicit in the structure of the abstract syntax tree.
(1998-05-26)

Search Dictionary:
Search Web Search Dictionary



Abstract syntax definition was found in categories: Science & Technology(1)  Computer & Internet(1)  Language, Idioms & Slang(1)  Encyclopedia(1)  

Abstract syntax Definition from Science & Technology Dictionaries & Glossaries

Telecommunication Standard Terms
abstract syntax
In open systems architecture , the specification of application-layer data or application-protocol control information by using notation rules that are independent of the encoding technique used to represent the information. (188 )


Abstract syntax Definition from Computer & Internet Dictionaries & Glossaries

Internetworking Terms
abstract syntax
A description of a data structure that is independent of machine- oriented structures and encodings. [Source: RFC1208]


Abstract syntax Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
abstract syntax

abstract syntax
a representation of data (typically either a message passing over a communications link or a program being compiled) which is independent of machine-oriented structures and encodings and also of the physical representation of the data (called "concrete syntax" in the case of compilation or "transfer syntax" in communications).



Abstract syntax Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Abstract syntax
Abstract syntax is a representation of data (typically either a message passing over a communications link or a computer program being compiled) which is independent of machine-oriented structures and encodings and also of the physical representation of the data (called "concrete syntax" in the case of compilation or "transfer syntax" in communications).

See more at Wikipedia.org...