AlacrisIO / meta

Internal management of Legicash/Legilogic/Alacris
0 stars 0 forks source link

enum should generate conversion to/from string on JavaScript #167

Open fare opened 4 years ago

fare commented 4 years ago

The enum construct should automatically generate conversion functions to and from string on JavaScript, but NOT on Solidity, which should work purely with the numerical constants.

Also, we should look into how ReasonML does it, and possibly try to be more compatible with it.