Proc-macro support for [peginator](https://github.com/badicsalex/peginator). Please find
documentation and other goodies on the main project.
Usage:
```rust
use peginator_macro::peginate;
use peginator::PegParser;
peginate!("
@export
PizzaRule =
;
@string
fn main() {
}
```