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

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