Suzu
Configuration language

Encoding

Encoding converts an object to a deterministic binary sequence; decoding constructs an object from an encoding sequence.

Encode

value := "data"
encoded := encode value

Decode

value = decode encoded