index
:
interpreter
this commit
master
Simple interpreter written in Zig
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
0.src
blob: 8b21f411aa290cc8b91ad079d5ff13c5e3b33a9b (
plain
) (
tree
)
aee5b54
^
1
2
3
4
5
let main = () => { print(2); return 1; };