8 Aug
2008
8 Aug
'08
3:46 p.m.
AMDG piotr270977@interia.pl wrote:
I have to finish parser with error from actor. Is it possible ?
for example:
rule<> r = (int_p[do_push] >> *('.' >> int_p[do_push])) [do_act] | ................... | ................... ;
How to stop parsing in do_act function and exit parser with error pronounce in parse_info<> ?
Try throwing an exception. In Christ, Steven Watanabe