Return mapping from variables to registers in fate compilation #902

Merged
ghallak merged 13 commits from ghallak/vars-registers-map into master 2022-10-25 15:42:03 +09:00
Showing only changes of commit 2c6afd5ee0 - Show all commits

View File

@ -239,9 +239,8 @@ init_env(Options) ->
["Chain", "ContractCallTx"] => #con_tag{ tag = 20, arities = ChainTxArities },
["Chain", "GAAttachTx"] => #con_tag{ tag = 21, arities = ChainTxArities }
},
options => Options,
functions => #{},
saved_fresh_names => #{}
options => Options,
functions => #{}
}.
-spec builtins() -> builtins().