Added translation actions for do statements with counters, updated the test2.fort file to use this feature

This commit is contained in:
Mariano Uvalle 2019-04-22 16:02:27 -05:00
parent 5755fd5582
commit 8495205cd9
5 changed files with 429 additions and 249 deletions

View file

@ -18,4 +18,8 @@ do then
end if
a = a + 1
end do
b = 0
do a = b + 1, 10, 2 then
b = a
end do
end program