#How to make your own function annotation ?
1 messages · Page 1 of 1 (latest)
It's not a custom attributes.
https://odin-lang.org/docs/overview/#instrumentation_enter
whilst you can add your own attributes. you have to handle them by parsing source code yourself.
the complier doesn't deal with them, nor are they stored in the rtti.
https://odin-lang.org/docs/overview/#tagstring
Understood, many thankes !!!! : D