Super simple standalone version of the compiler

This commit is contained in:
Hans Svensson
2019-01-25 14:49:18 +01:00
parent b8cb7ab1b5
commit 87e5562f74
5 changed files with 85 additions and 2 deletions
+5
View File
@@ -1,8 +1,13 @@
{erl_opts, [debug_info]}.
{escript_name, aesophia}.
{provider_hooks, [{post, [{compile, escriptize}]}]}.
%% NOTE: When possible deps are referenced by Git ref to ensure consistency between builds.
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git",
{ref,"99bf097"}}}
, {getopt, "1.0.1"}
]}.