Opened 18 years ago
Closed 18 years ago
#126 closed defect (fixed)
Figure out how to get the spirit parsers to report parse errors
Reported by: | diane | Owned by: | diane |
---|---|---|---|
Priority: | major | Milestone: | Few Small Repairs |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The annotation parser and the motif parser are now both using the spirit parse framework which has some advantages in allowing more complicated grammers.
Unfortunately my current code doesn't have an error checking so parse errors are just ignored.
Note:
See TracTickets
for help on using tickets.
[403] fixes this. Admittedly my count variable in my functor structs to keep track which entry we failed parsing on is perhaps not the cleanest solution. But at least it gives a hint where things break.