evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.09k stars 39 forks source link

Comma is not a layout-block terminator #90

Closed evincarofautumn closed 7 years ago

evincarofautumn commented 10 years ago

If you want a list of blocks, it’d be nice to allow the , at the ends of lines:

[
  : foo,
  : bar,
  : baz,
]

This is already done for else in Parse/Layout.hs.