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
/
code
/
Interpreter2
/
example.txt
blob: cf6adc86e7fed3b998998dfc9514853c6e8865c8 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
12
var :: a a=5 a=a+1 print a a=7 a=a*2 print a var :: b b = 10 print a+b