djspiewak / parseback

A Scala implementation of parsing with derivatives
http://parseback.io
Apache License 2.0
197 stars 22 forks source link

Unstub line tracking #7

Closed djspiewak closed 7 years ago

djspiewak commented 7 years ago

Right now, line tracking doesn't actually work. It's in the API, but lines are discarded through sequential composition. This needs to be fixed in order for it to be an actually-useful feature.