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: 521b9d7a12409fce10554d90a64da591b81bb0aa (
plain
) (
blame
)
1
2
3
4
5
6
7
let print_one = () => { print(1); }; print_one(); return 0;