Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.27 KB

File metadata and controls

48 lines (27 loc) · 1.27 KB
title description keywords ms.date
GDL Syntax
GDL Syntax
GDL WDK , syntax
parsing GDL data WDK
parser WDK GDL , parsing data
GDL WDK , attributes
GDL WDK , constructs
attributes WDK GDL
constructs WDK GDL
constructs WDK GDL , delimiters
GDL WDK
04/20/2017

GDL Syntax

The GDL parser processes a stream of GDL entries. Each entry is delimited by a linebreak sequence or a construct delimiter. The GDL stream might exist in a single file or might be constructed by a sequence of files that are logically equivalent to a stream that is contained in a single file.

There are two types of GDL entries: attributes and constructs. GDL attributes are simple pairs of keywords and values. GDL constructs contain a GDL attribute followed by a collection of data entries called a construct. A collection of constructs is separated by a series of construct delimiters.

Whitespace characters can appear between GDL entries, and comments can appear in GDL streams.

GDL uses strings to represent data.

This section includes:

GDL Attributes

GDL Contexts

GDL Constructs

GDL Whitespace Characters

GDL Comments

GDL Strings