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

reserved words as properties have issues #26

Closed rzimmerman closed 11 years ago

rzimmerman commented 11 years ago

This code will not compile:

process.on 'error', handleError

and requires parenthesis since the sugar module ignores reserved words like on when applying parentheses