binary_generator 0.0.4
binary_generator: ^0.0.4 copied to clipboard
Binary generator is a tool (set of generators) that allows generate a development code for the binary interop and binary types.
0.0.5 #
- Added new generator
TypesGenerator. The generator allows to generate thebinary typesfrom the textual format supported by thebinary_declarations. The declarations "typedef" will be represented as the members of the generated classbinary types
0.0.4 #
- Made adaptations to the new version of package
binary_declarations - Made adaptations to the new version of package
binary_types
0.0.3 #
- Fixec bug in
ForeignFunctionGenerator
0.0.2 #
- Library generator now utilizes the features of
binary typesnot onlybinary declarations. For the better type resolutions now generator tries to declare the its own copy of thebinary typesdirectly from thebinary declarations
0.0.1 #
- Initial release