The "Unknown:"s below indicate that an entry is incomplete.
# | commenting (until end of line) |
case-sensitive | tokens (case-sensitivity (keywords, variable identifiers...)) |
'...' | strings (with no interpolation of variables) |
"..." | strings (with no interpolation of variables) |
str | type name |
false | false value |
n | false value |
no | false value |
off | false value |
true | true value |
y | true value |
yes | true value |
on | true value |
bool | type name |
[ a, b, c ](1) | 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 (floating point) |
int | type name (integers) |