theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Stack visualization #131

Closed jillhancock closed 6 years ago

jillhancock commented 6 years ago

Added stack visualization.

Note: Built-ins are hidden for now.

jillhancock commented 6 years ago

@WNewhook @christopher-rodgers check out my latest commit, see what you think

WNewhook commented 6 years ago

Looks good to me.

I'm not certain whether we should be displaying uninitialized variables to the users, however. At the very least I think they should be displayed differently than variables which are initialized but have been set to null by the user. That said, I think this is fine to merge as is.