pub fn compile_custom(
tokens: impl Display,
config: &Config,
) -> Result<CompileOutput>
Expand description
Compiles the given tokens and returns the output.
pub fn compile_custom(
tokens: impl Display,
config: &Config,
) -> Result<CompileOutput>
Compiles the given tokens and returns the output.