Merge lima into master #674

Merged
zxq9 merged 39 commits from lima into master 2019-11-25 21:16:18 +09:00
Showing only changes of commit e8a54395bf - Show all commits

View File

@ -11,6 +11,10 @@
-export([compile/2, term_to_fate/1]).
-ifdef(TEST).
-export([optimize_fun/4]).
-endif.
%% -- Preamble ---------------------------------------------------------------
-type scode() :: [sinstr()].