tishlang 3.2.2

Tish CLI - run, REPL, compile to native
1
2
3
4
5
let a = 1
let b = 2
let obj = null
let x = obj.field.deep
console.log(x)