Skip to main content

compile_ast_with_path

Function compile_ast_with_path 

Source
pub fn compile_ast_with_path(
    file: &PolydatFile,
    source_dir: Option<&Path>,
) -> Result<PolydatKernel, String>
👎Deprecated:

use compile_ast_with_options with CompileOptions { source_dir, .. }

Expand description

compile_ast_with_options with a source directory alone.