Finished translation for Arithmetic and Logic operations

This commit is contained in:
Mariano Uvalle 2019-04-12 04:12:35 +00:00
parent e42908d67e
commit 2833e9595d
8 changed files with 476 additions and 230 deletions

View file

@ -3,4 +3,7 @@ integer :: a, b
real :: c
a = 2 + 4 * (2 + 1) / 3 * b
b = a
if (a == b .and. c > b) then
b = b + 1
end if
end program