Bogdanp / elm-ast

A parser for Elm in Elm.
http://bogdanp.github.io/elm-ast/example/
BSD 3-Clause "New" or "Revised" License
143 stars 21 forks source link

Can't name values starting with keywords #72

Closed wende closed 7 years ago

wende commented 7 years ago
typeFun a = 0 -- Gets treated as type declaration
asFun a = 0  -- won't compile
letter = 'a' -- won't compile
wende commented 7 years ago

Grouped issue of #71 #57 #64