$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Serguei TARASSOV (serge_at_[hidden])
Date: 2021-03-06 18:28:51
Hello,
is it possible to have a custom error handler on the rule level (for
every rule in the limit) ? Cannot find this point in docs/examples.
I.e. when parsing following texts (// are inline comments):
DO_JOB WITH not_a_opt1; // should raise "Option not_a_opt1 is unknown"
DO_JOB WITH opt2 = 123; // should raise "Invalid value 123 for option opt2"
Regards,