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