The "Missing:"s below indicate that an entry is incomplete.
| # | commenting (until end of line) |
| case-sensitive | tokens (case-sensitivity (keywords, variable identifiers...)) |
| '...' | strings (verbatim) |
| "..." | strings (verbatim) |
| str | type name |
| false / no / off / n | false value |
| yes / on / true / y | true value |
| bool | type name |
| [ a, b, c ] | list constructor |
- a - b - c | list constructor |
| seq | type name |
| { a: b, c: d } | dictionary (constructor) |
a: b c: d | dictionary (constructor) |
| map | dictionary (type name) |
| (empty) / ~ / null | optional value (null value) |
| float | type name (decimal) |
| int | type name (integers) |