owenthereal / godzilla

Godzilla is a ES2015 to Go source code transpiler and runtime
https://github.com/jingweno/godzilla
MIT License
1.48k stars 31 forks source link

Implement variable declaration #10

Closed owenthereal closed 7 years ago

owenthereal commented 7 years ago

JS code like the following should work:

var foo = "hello world"
console.log(foo)