rzimmerman / kal

A powerful, easy-to-use, and easy-to-read programming language for the future.
http://rzimmerman.github.io/kal
MIT License
394 stars 18 forks source link

add support for coffee-style object definitions/array definitions #9

Closed rzimmerman closed 11 years ago

rzimmerman commented 11 years ago
obj = 
  a: 1
  b: 2

a = [1
      2
      3 ]
rzimmerman commented 11 years ago

Split the remaining work (object definitions) into gh-46