parse

Parses the source string into an output object according to the grammar-defined rules. The parser interrupts when it reaches the end of the source string or when it encounters a syntax error.

Return

the result of the parsing operation