[][src]Function yolk::format::format_as_program

pub fn format_as_program(stmts: &[YololNode]) -> String

Formats Yolol statements as a program.

Lines will be limited to LINE_LIMIT when possible. Whitespace will be minimized.

Panics

Panics if any of the nodes are not statements, or if any of the nodes are malformed.