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
This is problematic, because the parser need to mutate the array in order to add self reference. But the & and # syntax extensions use freeze on the array/object to prevent mutation.
This code:
Prints:
On the first type it threw an error about expecting parenthesis but
#<eof>
found. I was not able to repeat this error.DatumReference
is an internal value of the parser, and it should never be exposed.The text was updated successfully, but these errors were encountered: