google / cel-spec

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

Allow optional trailing commas in function calls #228

Open Daniel-Bloom-dfinity opened 2 years ago

Daniel-Bloom-dfinity commented 2 years ago

Update grammar to allow syntax like:

foo(
  1,
  2,
  3,
)