Ahhhh that makes sense. So I do not rely on the reader to throw an error to determine parse failure, I check if the value returned from the read method is defined. The reader will only throw an exception in cases where the grammar specifically rejected the input string.
Thanks Jeffrey, that clears up a lot of confusion. -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
