There are two main differences for this Parsers library to almost all other libraries:
- The Parser library contains a collection of different parsers and not just one type of parser.
- The Parsers are not made of generared classes, but only change the grammar. This can be done on the fly if needed.