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