index
:
bl-compiler.git
master
compiler for the bl programming language.
Cori Barker
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.bl
blob: 5f28b419c14d948babb76e8c6b3b2c98f3455a4a (
plain
)
1
2
3
4
5
6
int a = 5; int b = 6; int c = a * b; int num = 2 + 2 * 2;