You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to amazon-ion/ion-schema-kotlin#146, but the generated classes (or structs) should be for use with C/C++ (and possibly Rust).
This does not necessarily require a C/C++ implementation of Ion Schema before it can be done. (There is no reason why a JVM-based tool couldn't generate code for a different language.)
We should see if this can be solved in a general way—it might be possible to leverage something like Kotlin Multiplatform so that we can generate code for Kotlin data classes that can be compiled for use with native, jvm, or javascript code.
The text was updated successfully, but these errors were encountered:
popematt
added
tool
Feature requests for a new tool or library that doesn't exist yet
and removed
enhancement
New feature or enhancement for the Ion Schema _specification_
labels
Dec 30, 2022
This is similar to amazon-ion/ion-schema-kotlin#146, but the generated classes (or structs) should be for use with C/C++ (and possibly Rust).
The text was updated successfully, but these errors were encountered: