- C
- To
- Add build tag-like line to the top of the generated header. Maybe use
#error
if the platform differs.
- Add build tag-like line to the top of the generated header. Maybe use
- To
- Odin
- To
- Make different 'add_libs' for shared and static
- Generate constants always as "constants"
- From
- Implement Odin-specific types
- Slice, dynamic array
- Union
- bit_set, bit_field
- Struct alignment and packing
- More complex constants (typed, expressions etc.)
- other calling conventions
- odin
- contextless
- Implement Odin-specific types
- To
- Prettier and more useful logs
- Better error messages
- Add
#Opaque
Type