lantiga / ki

lisp + mori, sweet.js
ki-lang.org
MIT License
478 stars 28 forks source link

+ should be treated as an unexpected token in ki #32

Closed stammi closed 8 years ago

stammi commented 8 years ago

ki (+ 2 3) returns 3

This may lead to subtle bugs. So the use of the symbol should be prohibited. Like *, + should be treated as an unexpected token.