Skip to main content

parse

Function parse 

Source
pub fn parse(source: &str) -> SyntaxTree
Expand description

Parse GDScript source into a lossless tree.

Always returns a tree. Check SyntaxTree::errors for problems.