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