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.
pub fn parse(source: &str) -> ParseResult<SourceFile>Parse an OpenSCAD source string into an AST.
Returns a ParseError if the source contains syntax errors.