cddl-codegen icon indicating copy to clipboard operation
cddl-codegen copied to clipboard

Mixed multi-field/single-field basic group enum generates non-compiling code

Open rooooooooob opened this issue 1 year ago • 0 comments

non_overlap_basic_embed_mixed = [
  ; @name first
  x: uint, tag: 0 //
  ; @name second
  y: text, z: uint
]

rooooooooob avatar Apr 11 '24 04:04 rooooooooob