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: f5a4b3fdf38890093bc3884a8f416a07addf63e3 (
plain
)
1
2
3
4
5
6
7
program() begin assert(`\{U+E9}` = `é`); assert(`\{U+1F600}` = `😀`) return 0u8 end.