Improvements:
- Parsers created with `ConstructorParser` can now be used as sub-parsers
- `produce()` method of sub-parsers that were pulled-up is not ignored any longer
- Error verbosity control for `Parser` class was added for easier debugging
- Special members and inheritance are now shown in documentation
- Percent-escaping was added to the examples; the help on percent-escaped is now included in tests