Function lc3_ensemble::parse::parse_ast

source ·
pub fn parse_ast(s: &str) -> Result<Vec<Stmt>, ParseErr>
Expand description

Parses an assembly source code string into a Vec of statements.

This is a shortcut from repeatedly using the Parser.