Main Content

iArduino: a C Interpreter for Arduino

The iArduino is an interpreter which runs on Arduino board. Interpreted language is a programming language in which programs are ‘indirectly’ executed (“interpreted”) by an interpreter program (see Wikipedia.)

The iArduino interprets a language which resembles to the Arduino language. It can

evaluate an expression refelctively,
do stepwise executtion of a program,
run a program slowly,
stop and resume a program.”

Link to article