compiler: support CONVERT interops

When result is needed to have certain type, we should have ability
to convert it, with the help of CONVERT opcode.
This commit is contained in:
Evgenii Stratonikov 2020-04-28 15:46:03 +03:00
parent bfcb1a409f
commit 2fd63387c0
4 changed files with 89 additions and 0 deletions

View file

@ -17,6 +17,7 @@ var (
"AppCall",
"FromAddress", "Equals",
"panic",
"ToBool", "ToByteArray", "ToInteger",
}
)