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