mikaelpatel / Arduino-Shell

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

Enhance: Compiler / decompiler #16

Closed dpharris closed 8 years ago

dpharris commented 8 years ago

While this sounds like a good idea, and might make writing and understanding the scripts, it should be a secondary project -- it has a good chance of quickly complicating this project.

mikaelpatel commented 8 years ago

I would like to avoid any extra tools on host. There is just too much configuration, etc. It is possible to write a simple translator that runs on the Arduino. That would be just another example sketch :)

dpharris commented 8 years ago

Agree :-)