Is there a way to have `validate_syntax()` to also raise an error for the following examples? ``` validate_syntax("mean(1:3") validate_syntax("x[y[1]") ``` Thanks for considering this!
Is there a way to have
validate_syntax()to also raise an error for the following examples?Thanks for considering this!