robrix / Madness

Recursive Descent Into Madness
MIT License
291 stars 14 forks source link

Track source positions while parsing #110

Closed joshvera closed 8 years ago

joshvera commented 8 years ago

Adds line and column information to Parsers in addition to ranges.

joshvera commented 8 years ago

:turtle:

robrix commented 8 years ago

For future reference, this fixes #76.

robrix commented 8 years ago

@joshvera: Could you please test that advancing the parser past newline characters does the correct thing w.r.t. the line/column info?

robrix commented 8 years ago

This is looking good! :tropical_fish:

joshvera commented 8 years ago

:bow:

robrix commented 8 years ago

:tada: :shipit: