Parse a single standalone expression. Intended for tools and tests that want to operate on an expression string without the surrounding attribute syntax (e.g., the M4 property test lex(text) === lex(print(parseExpr(text)))).
lex(text) === lex(print(parseExpr(text)))
Readonly
Parse a single standalone expression. Intended for tools and tests that want to operate on an expression string without the surrounding attribute syntax (e.g., the M4 property test
lex(text) === lex(print(parseExpr(text)))).