spec/index.md
2019-06-10 13:46:27 +10:00

535 B

Simple Extensible Notation (SEN)

Primitive Types

name description
atom Represents a literal thing
real Represents a real number
text Represents text

Atom Type

Real Type

Text Type

Structured Types

name description
tag A tagged structure
seq A sequence structure
map A key-value structure

Tag Type

Seq Type

Map Type