Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 491 Bytes

1106.md

File metadata and controls

23 lines (17 loc) · 491 Bytes
             operater stack     |       operand stack      |  current operands
|(f,&(t,t))  |
↑

|(f,&(t,t))                                                  (f)
  ↑

|(f,&(t,t))  |,&                     (f)
    ↑

|(f,&(t,t))  |,&                     (f)                     (t)
      ↑

|(f,&(t,t))  |,&                     (f)                     (t,t)
        ↑

|(f,&(t,t))  |                                               (f,t)
         ↑

|(f,&(t,t))
          ↑