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