pub fn compile_to_ast(
    input: Arc<str>,
    initial_namespace: NamespaceRef,
    build_config: &BuildConfig
) -> CompileAstResult