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
/
float_literals.elna
blob: ed23989e86c9aa5fd73be161d5f074bf1b95911f (
plain
)
1
2
3
4
5
6
7
8
9
proc f() const x := 3.14 y := 1e10 z := 4.567e8 t := 2.5E-3 return end.