theodore-norvell / PLAAY

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

Show the stack of evaluations. #177

Open theodore-norvell opened 6 years ago

theodore-norvell commented 6 years ago

Evaluations should have names. E.g.

    ---Procedure *fib*
           Code for fib
    ---Procedure *combinations*
          Code for combinations
    ---Main program
          Code for the main program
theodore-norvell commented 5 years ago

Even better name and parameters.

 ---Call to fact 1
       Code for fact 1

 ---call to fact 2
       Code for fact 2

 ---Call to fact 3
       Code for fact 3

---Call to combination 3 2
      Code for combinations

---Main program
      Code for the main program

Also, perhaps, if we click on an evaluation, the stack and heap should show the state from the point of view of that evaluation.