pub fn compile_full(
source: &str,
registry: Option<&AbstractionRegistry>,
code_files: Option<&CodeFiles>,
objdb: Option<&ObjectDb>,
) -> Result<String, Box<dyn Error>>Expand description
Compile with all options: registry, code_files, and objdb.