index
:
esotericFORTRAN.git
main
Lexer, parser and compiler for a FORTRAN like programming language, with an IDE
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
example.txt
blob: 94a809194ec999f19ddedd246f73536603afd0f8 (
plain
)
1
2
3
4
5
6
7
8
var :: a a=5 if a<2 then a=a+5 else a=a-3 endif print a