iroha-python icon indicating copy to clipboard operation
iroha-python copied to clipboard

[refactor] #132: refactor codegen for enum

Open QuentinI opened this issue 3 years ago • 0 comments

Finally no more metaclass voodoo in codegen, also (probably) more pythonic types for rust enums.

Next steps would be to refactor codegen on the rust side, then probably move as much of codegen as possible from python to rust for better IDE/typechecking experience for end-users.

Closes #132, also at least partially addresses #134

QuentinI avatar Dec 15 '22 01:12 QuentinI