A function transforming one parser to another one.
typedef TransformationHandler = Parser<T> Function<T>(Parser<T> parser);