[][src]Module bogobble::macros

The macros primarily exist to make creating zero size parsers easier. Without putting them in macros "&'static str" and "chars" can act as parsers, but they have a size, and when combined they can become bigger. If however all the parsers you combine have zero size, then the final resulting parser will also be zero size and therefor much easier to construct