evincarofautumn / kitten

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

Parse error with line comments and 'option' #69

Closed strager closed 11 years ago

strager commented 11 years ago
option (0 some):
  drop // This comment is necessary.
else:
  noop

// :4:3: compile error:
// unexpected noop
// empty layout blocks are not allowed; use {} instead