Package org.ek9lang.compiler.access
package org.ek9lang.compiler.access
Shared compiler access interface for MCP tools, Oracle extractors, AI sessions, and the IDE.
The CompilerAccess interface is the universal
gateway through which all consumers reach the compiled program and workspace.
Implementations live in their respective modules — McpCompilerService in
compiler-services and IdeCompilerService in compiler-ide.
-
ClassDescriptionShared compiler surface for MCP tools, Oracle extractors, AI sessions, and the IDE.A diagnostic entry from compilation, usable by any
CompilerAccessconsumer.