- implements a parser combinator library with dynamic dispatch approach
- implements a parser combinator library with satatic dispatch approach
- implements json parser using both
This was just a learning project to explore how to implement the same library using different approaches.