Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 291 Bytes

lig.md

File metadata and controls

15 lines (11 loc) · 291 Bytes

The Lig Serialization Format

Lig is a text format for representing Ligature's data model. It uses types from Wander. The format of the file is line based and is as follows.

FILE = DATASET*

DATASET = DATASETNAME
          STATEMENTS

DATASETNAME = string
STATEMENTS = statement*