index
:
interpreter
this commit
master
Simple interpreter written in Zig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
3.src
blob: 736ab61b24f671e359521ae3c3e81276695ebd0c (
plain
) (
blame
)
1
2
3
4
5
let ten = 10; let twelve = ten + 2; print(twelve);