hampi
hampi copied to clipboard
BER Codec support
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.
#74 fixes parsing the tags.