hampi icon indicating copy to clipboard operation
hampi copied to clipboard

BER Codec support

Open gabhijit opened this issue 2 years ago • 1 comments

To be able to support BER codec we need to support following -

  • [x] Support for parsing the tags
  • [ ] Support for resolving the tags to the type
  • [ ] Support for attributes generation (this can be controlled by a CLI switch)
  • [ ] Support for actual codec (utilizing tags in the struct attributes.

gabhijit avatar Jan 13 '23 13:01 gabhijit

#74 fixes parsing the tags.

gabhijit avatar Jan 14 '23 01:01 gabhijit