index
:
interpreter
this commit
import
master
native-llvm
Simple interpreter written in Zig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
6.5.src
blob: e82393a138378012f123404bf0ca06c5a6c73b3a (
plain
) (
blame
)
1
2
3
4
5
6
7
let main = () => i64 { let x = !(1 == 1); if !x { printf("%d", x); }; return 0; };