pub fn parse(source: &str) -> SyntaxTreeExpand description
Parse GDScript source into a lossless tree.
Always returns a tree. Check SyntaxTree::errors for problems.
pub fn parse(source: &str) -> SyntaxTreeParse GDScript source into a lossless tree.
Always returns a tree. Check SyntaxTree::errors for problems.