index
:
elna
assembly
cpp
haskell
Elna programming language compiles simple mathematical operations to RISC-V code.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
runnable
/
multi_module
/
helper.elna
blob: 9148ba63f8c8525cda89aaf66fe5727ed6d695eb (
plain
)
1
2
3
4
proc multiply*(x, y: Int): Int return x * y end.