BNFParser :: ~BNFParser - Destroy parser
Destructor for parser handle will destroy the internal parser, only, when the reference count becomes 0.
Implementation details
BNFParser  :: ~BNFParser (  )
The function does destroy the parser handle, only, but not the parser itself. In order to destroy the parser completely, call remove() (when the parser has been created with create().

