The "Unknown:"s below indicate that an entry is incomplete.
/* ... */ | commenting (non nestable) |
case-insensitive | tokens (case-sensitivity (keywords, variable identifiers...)) |
f(a,b,...) | function call |
'...' | strings (with no interpolation of variables) |
"..." | strings (with no interpolation of variables) |
{ a: b; c: d } | dictionary (constructor) |