
27 Jan
2013
27 Jan
'13
1:31 p.m.
2013/1/27 TONGARI
parising result is false. but error handelr is never called. What am I doing wrong?
You're not using expectation point (i.e. ">"), so no error would be triggered.
Ah, understand now. I thought expectation points were additional error handling mechanism. So without expectation points all error handing must be done "manually" based on position of first iterator after parsing right? I could not find any error handing information in the docs. Am I missing something? Thanks! Simon