Releases: GassaFM/interpr
Releases · GassaFM/interpr
0.7
Quick fix: to compile correctly under DMD 2.107+.
0.6
Added for i := 1 rangeto 3
(1 2 3, both ends inclusive)
and for i := 3 downto 1
(3 2 1, inclusive in reverse order).
Added underscores in integer literals (like 123_456_789
).
0.5
Added comments.
Added elif statement.
0.4
Enhancement: on error, the interpreter now shows step, process id, and line number.
0.2
Win32 executable and D sources
0.1
Win32 executable and D sources