[][src]Function ggbasm::parser::parse_asm

pub fn parse_asm(text: &str) -> Result<Vec<Option<Instruction>>, Error>

Parses the text in the provided &str into a Vec<Option> Instructions are None when that line fails to parse.