Nathan-Wall / proto

A programming language derived from JavaScript which emphasizes prototypes, integrity, and syntax.
Other
12 stars 1 forks source link

Import syntax should use `->` (and possibly `=>`) instead of `as` #85

Open Nathan-Wall opened 10 years ago

Nathan-Wall commented 10 years ago

See #83 and #84. Import statements should use arrows instead of as to match destructuring.