index
:
interpreter
this commit
master
Simple interpreter written in Zig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
0.src
blob: d73769ae3c279d70bab96a1cac1da0e1f9e32183 (
plain
) (
blame
)
1
2
3
4
5
6
7
/* HELLO! Welcome to the unnamed language */ let main = () => { print(2); return 1; };