SystemsBioinformatics / parcr

Construct parser combinators in R
Other
3 stars 0 forks source link

Add a system for error messaging #4

Closed douwe closed 9 months ago

douwe commented 9 months ago

Initiate a system that reports in which line number (element number) the parser fails. When alternative parsers exist (i.e. constructs like p1 %or% p2) the longest parsing result should be reported.