google / cel-spec

Common Expression Language -- specification and binary representation
https://cel.dev
Apache License 2.0
2.78k stars 222 forks source link

Update the spec to support trailing commas in list, map, and struct literals #202

Closed TristonianJones closed 2 years ago

TristonianJones commented 2 years ago

All lexer/parsers have been updated support trailing commas in aggregate literal types. Updating the spec to reflect the implementation behavior.

Closes #155