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
/
pointer_subtraction.elna
blob: c2681137d85946450f9d507ffd7cf28a97ceef39 (
plain
)
1
2
3
4
proc test(a, b: ^Char): Int return a - b end.