pub fn parse(
    src: &str,
    file_no: usize
) -> Result<(SourceUnit, Vec<Comment>), Vec<Diagnostic>>
Expand description

Parse solidity file