pub fn compile_ast(file: &PolydatFile) -> Result<PolydatKernel, String>👎Deprecated:
use compile_ast_with_options
Expand description
compile_ast_with_options under the default options.
pub fn compile_ast(file: &PolydatFile) -> Result<PolydatKernel, String>use compile_ast_with_options
compile_ast_with_options under the default options.