SourcePrecompiler

Source Precompiler

Accepts code in the form of a simple String, and is expected to return transformed code in the form of a String which is directly executable by the runtime.

Functions

Link copied to clipboard
abstract operator fun invoke(req: Precompiler.PrecompileSourceRequest<C>, input: String): String?

Invoke this precompiler, producing an output of shape O for an input of shape I.

Link copied to clipboard

Precompile the input using this precompiler.

Link copied to clipboard

Precompile using the provided inputs,