We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b6034 commit 6dee37bCopy full SHA for 6dee37b
1 file changed
lib/elixir/src/elixir_compiler.erl
@@ -4,7 +4,7 @@
4
5
%% Elixir compiler front-end to the Erlang backend.
6
-module(elixir_compiler).
7
--export([string/3, quoted/3, bootstrap/0, file/2, compile/4]).
+-export([string/3, quoted/3, bootstrap/0, file/2, compile/4, interpret/3]).
8
-include("elixir.hrl").
9
10
string(Contents, File, Callback) ->
0 commit comments