craff / pacomb

A parsing library that compiles grammars to combinators using elimination of left recursion
MIT License
18 stars 2 forks source link

ppx_pacomb should put more position in the generated code #7

Closed craff closed 5 years ago

craff commented 5 years ago

Too many positions are lost resulting in bad type errors. This must be considered a bug.

craff commented 5 years ago

I close the issue, I did my best.