mikaelpatel / Arduino-Shell

RPN Postscript/Forth Command Shell for Arduino
19 stars 5 forks source link

Enhance: Add Postscript stack marker instructions #12

Closed mikaelpatel closed 8 years ago

mikaelpatel commented 8 years ago

The notation [ code-block ] is introduced. When executed it will mark the stack and push the number of stack elements generated by the code-block.

Please see commit https://github.com/mikaelpatel/Arduino-Shell/commit/579e9a33890677e4023b58f6abfc85bd047dcc93.