cbor / cbor.github.io

cbor.io web site
74 stars 33 forks source link

autogenerated semantic tag header file #95

Open mofosyne opened 9 months ago

mofosyne commented 9 months ago

Unsure where this would fit in the website, but created a project to autogenerate a C header file with the latest semantic tags from IANA in https://github.com/mofosyne/iana-headers/blob/main/cbor/c/cbor-constants.h which would use a python script shown in https://github.com/mofosyne/iana-headers/blob/main/cbor/iana-cbor-c-header.py to generate it.

This could potentially be integrated into other cbor projects to avoid fragmentation of semantic tag references in various source codes.