mikaelpatel / Arduino-Shell

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

Performance: Block parse #44

Open mikaelpatel opened 8 years ago

mikaelpatel commented 8 years ago

Delegate block (and literal parse) to memory handler.

This will duplicate code but would removed function call overhead.