Packages

Compile-time vs runtime detection for Elixir via compiler tracing

Current section

Files

Jump to
runorcomp lib runorcomp.ex
Raw

lib/runorcomp.ex

defmodule Runorcomp do
@moduledoc """
Elixir compile-time vs runtime detection via compiler tracing.
Provides a compiler tracer that records which code constructs
execute at compile time vs runtime, and outputs the results as JSON
for consumption by editor plugins.
"""
end