Hello

Does Bison guarantees exception safety in C++ parser, i.e. will it make
any clean-up and free memory if an exception is thrown on rule action? I
know about %destructor directive, but it seems irrelevant, since
destructor code is called only if parser recovers from _syntax_ error.

-- 
Best regards,
Oleksii Taran


_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to