Class TemplateProbeGenerator

java.lang.Object
org.ek9lang.compiler.fuzz.TemplateProbeGenerator

public final class TemplateProbeGenerator extends Object
Strand 2: Compiler-Aware Injection. Compiles working qaExample templates through PRE_IR_CHECKS, harvests the resolved symbol table from CompilableProgram, then generates probe source files that call or reference those real symbols — sometimes correctly, sometimes with controlled mutations.

The key insight: the compiler's own CompilableProgram IS our symbol registry. No parallel tracking needed — we ask the compiler what exists.