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
/
binary_literal.elna
blob: 6380f24fd0c035f2cc7df6e77a8b5cf96586c4be (
plain
)
1
2
3
4
5
program() begin assert(0b11 = 3u); assert(0B011 = 3u) end.