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
These are pretty easy and I think they would be fun / informative to implement
warning: unused variable 'foo'
warning: variable 'foo' is never assigned. Consider declaring it as const.
Could keep a count of the number of times a variable is assigned / referenced. Then go through the topmost symbol table every time you are about to lose scope (I am not sure how to do that bit).
These are pretty easy and I think they would be fun / informative to implement
Could keep a count of the number of times a variable is assigned / referenced. Then go through the topmost symbol table every time you are about to lose scope (I am not sure how to do that bit).
Blocked by #110
The text was updated successfully, but these errors were encountered: