index
:
interpreter
this commit
master
Simple interpreter written in Zig
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
todo
/
0.src
blob: 2784a864d9bad5c9220d47c5018d1cede2d8ac35 (
plain
) (
tree
)
b3344ab
^
1
2
3
4
5
let x = 1; x = x; print(x);