Parse parses the provided text and returns its processed AST in the form of ExprGroup slice(s).
ExprGroup
Comments and whitespaces are ignored.
The text to parse
Parse parses the provided text and returns its processed AST in the form of
ExprGroupslice(s).Comments and whitespaces are ignored.