pub fn parse_module(
handler: Handler,
node_builder: &NodeBuilder,
source: &str,
start_pos: u32,
program_name: Symbol,
path: Vec<Symbol>,
_network: NetworkName,
) -> Result<Module>Expand description
Parses a module (non-main source file) into a Module AST.