You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment failures which cause parsing to terminate are short-cutted by directly throwing an exception and where failure does not imply termination are handled by encoding failure in the return value.
However, to align more closely with the spec, they all should return a real failure value (probably symbol).
The text was updated successfully, but these errors were encountered:
At the moment failures which cause parsing to terminate are short-cutted by directly throwing an exception and where failure does not imply termination are handled by encoding failure in the return value.
However, to align more closely with the spec, they all should return a real failure value (probably symbol).
The text was updated successfully, but these errors were encountered: