Destructor.
~basic_parser();
All dynamically allocated internal memory is freed.
this->handler().~Handler()
Same as ~Handler().
~Handler()