BNFParser :: BNFParser - Constructor
The function creates an "empty" parser object.
Implementation overview
- Copy constructor
 BNFParser :: BNFParser ( cParser )
-  - internal feature (not documented)
 BNFParser :: BNFParser (  )
Implementation details
- 
Copy constructor
 BNFParser  :: BNFParser ( odaba::BNFParser &cParser )
 The construtor creates a parser handle copy whithout copying the parser object. - cParser - BNF Parser
 to list
- to list

