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: 400d4f1fe7760ce173188cd8d067380315aef93b (
plain
)
1
2
3
4
proc test(a, b: ^Char): Int return a - b end end.