The following dictionary value cannot be created because trailing commas in dictionaries yield a compilation error: ``` d = { .name: "Dict", } ``` This likely just requires a small fix in the grammar file.