Skip to main content

generate_program_with_modules

Function generate_program_with_modules 

Source
pub fn generate_program_with_modules(
    program: &SemanticProgram,
    validator_module: Option<&str>,
    resource_module: Option<&str>,
    stream_module: Option<&str>,
    agent_module: Option<&str>,
) -> Result<GeneratedComponent, String>