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
/
compilable
/
compile_time_array_length.elna
blob: 1ce89566136bdec28eae9ee88df190e7e3b1269b (
plain
)
1
2
3
4
5
var source: [3]Int := [3]Int{ 1, 2, 3} target: Word := source.length end.