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: c92945aacb8f55dec875f7ba544c302630b1272f (
plain
) (
blame
)
1
2
3
4
5
/* HELLO! Welcome to the unnamed language */ let main = () => i64 { return 7; };