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
/
1.src
blob: d3c8482737342c1bf75432bc33f49927e64343c6 (
plain
) (
blame
)
1
2
3
4
5
6
7
let main = () => i64 { let s = "hello"; printf("%s", s); return 0; };