theodore-norvell / PLAAY

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

Map Expr Seq to Stack Frame #115

Closed theodore-norvell closed 6 years ago

theodore-norvell commented 6 years ago

Changed the behaviour of ExprSeqLabel. When an ExprSeqLabel node is …previsited it creates a stack frame. In the extra information map the (path of the) node is now mapped to that stack frame. The reason is that this should make it easier for the animator to find the stack frame associated with a given node. Also I added interface to the Evaluation class to make it easier to get the extra information associated with a path.