Match concatenation ::= '{' expression { ',' expression } '}' and return a single :vl-concat expression.
(vl-parse-concatenation &key (tokstream 'tokstream) (config 'config)) → (mv errmsg? value new-tokstream)
Both Verilog-2005 and SystemVerilog-2012 agree exactly on the syntax of a concatenation.