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
/
runnable
/
unicode_escape_character.elna
blob: 0cfd3e2b2e70de28e2394414509538a3af7078e1 (
plain
)
1
2
3
4
5
program() begin assert(`\{U+E9}` = `é`); assert(`\{U+1F600}` = `😀`) end.