pub fn compile_ast_strict(
file: &PolydatFile,
source_dir: Option<&Path>,
strict: bool,
) -> Result<PolydatKernel, String>👎Deprecated:
use compile_ast_with_options with CompileOptions { strict, .. }
Expand description
compile_ast_with_options with a source directory and strictness
alone.