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: 12e706f9e3c7e5d5eef947ce03f002f8fa98ab7d (
plain
)
1
2
3
4
5
var source: const [3]Int := [3]Int{ 1, 2, 3 } target: Word := source.length end.