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:
parent
bfcb1a409f
commit
2fd63387c0
4 changed files with 89 additions and 0 deletions
|
@ -17,6 +17,7 @@ var (
|
|||
"AppCall",
|
||||
"FromAddress", "Equals",
|
||||
"panic",
|
||||
"ToBool", "ToByteArray", "ToInteger",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue