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

Operator location with whitespace around #100

Open MajronMan opened 5 years ago

MajronMan commented 5 years ago

Right now column of '+' operator in x = 2 + 2 is 5 instead of 6 (meanwhile in 5th column there is a whitespace).