Introspection

Bits and Pieces

So far we have constructed a small library of parsers. Some of these parsers are constructed from other parsers. This notion of constructing units of work from other, smaller units of work is the essence of functional programming. Does it scale?

Can we write even more higher-level parsers with our library by gluing parsers?