index
:
elna
cpp
haskell
master
Elna programming language compiles simple mathematical operations to RISC-V code.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
vm
/
add_products.elna
blob: a5c116fd13ef38e0249ba348daa28b610403676d (
plain
)
1
2
3
proc main() { printi(2 * 3 + 4 * 8); }