Yeah, parse() seems the most reasonable here. I don't personally like 'doit()' as that could mean any number of things, as in "do what?". $parser>parse() straddles $parser->read() and $parser->value() intuitively; which makes me wonder if there was a reason why it wasn't considered before.
-cl On Aug 18, 2014, at 2222 PT, Ruslan Shvedov <[email protected]> wrote: > Can't help thinking that the recognizer's method, which reads input and > returns a parse if there is one or throws an exception otherwise might (or > even must) well be called parse(). > -- 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.
