alexschneider / teascript

5 stars 2 forks source link

Parser doesn't recognize ids in blocks #74

Closed alexschneider closed 9 years ago

alexschneider commented 9 years ago
x := () ->
  return none
end

x()

This doesn't get parsed properly - gives the error:

line 5: Expected newline, found (

line 5: ) is invalid start for a statement

line 5: Expected EOF, found )