This website requires JavaScript.
Explore
Help
Sign in
jmug
/
languages_and_translators
Watch
1
Star
0
Fork
You've already forked languages_and_translators
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
743ea07796
languages_and_translators
/
final_lang
/
test2.fort
5 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
Renamed the main file to fort.py and added the ability to specify the program to parse as a comman line argument
2019-04-04 21:54:17 +00:00
program test
integer :: a, b
Added tranlation action for assignation
2019-04-05 03:23:41 +00:00
a = (2 + 1) + 4 * 2 / 3 * b
Renamed the main file to fort.py and added the ability to specify the program to parse as a comman line argument
2019-04-04 21:54:17 +00:00
b = a
end program
Reference in a new issue
Copy permalink