Macro script::fail_parse_error

source ยท
macro_rules! fail_parse_error {
    ($reason:expr, $loc:expr $(,)*) => { ... };
}
Expand description

append a .fail() after ret_parse_error, so compiler can return a Err(this error)