Compile events to FATE

This commit is contained in:
Ulf Norell
2019-06-25 14:54:01 +02:00
parent a3efaf71a7
commit 0cf6a52b26
4 changed files with 64 additions and 21 deletions
+1
View File
@@ -330,6 +330,7 @@ expr_p(_, {Type, _, Bin})
Type == oracle_pubkey;
Type == oracle_query_id ->
text(binary_to_list(aeser_api_encoder:encode(Type, Bin)));
expr_p(_, {string, _, <<>>}) -> text("\"\"");
expr_p(_, {string, _, S}) -> term(binary_to_list(S));
expr_p(_, {char, _, C}) ->
case C of