Skip to main content

parse

Function parse 

Source
pub fn parse(source: &str) -> ParseResult<SourceFile>
Expand description

Parse an OpenSCAD source string into an AST.

ยงErrors

Returns a ParseError if the source contains syntax errors.