google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Support `switch`/`case` #32

Open reventlov opened 2 years ago

reventlov commented 2 years ago

switch/case would help for the common case of an enumerated message type, where a message type field is used to discriminate between various message bodies.