I just released the 0.4.1 version of the EDDI compiler.
This version introduce two kind of loops :
the while loop
the for loop, in its general form with three expressions
Moreover, you can now use parenth in mathematical expressions.
That’s it for the new features, but the compiler has been greatly improved. Now the scope of variables is managed, so you can have twice the same variables as …

