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