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
method for helping debugging (at this time I'm using a little reflection to extract the Dictionary), and I think that there should be a RemoveFromState() method in Cursor (or in the this[] setter, if value == null then remove the key instead of setting it to null... The this getter isn't able to distinguish between key not existant and key with value null)
The text was updated successfully, but these errors were encountered:
I'm using
to memorize new symbols (for example name of new local variables I encounter while parsing). Not sure if this is the "right" way to do it.
I have two problems: it would be efficient to have a
method for helping debugging (at this time I'm using a little reflection to extract the Dictionary), and I think that there should be a RemoveFromState() method in Cursor (or in the this[] setter, if value == null then remove the key instead of setting it to null... The this getter isn't able to distinguish between key not existant and key with value null)
The text was updated successfully, but these errors were encountered: