Crate cflp

source ·

Macros

This macro generates types and implements the Parser trait for those types.
For help on the macro usage, see the documentation
This macro implements the Parser trait for the given rules. It does not generate any types.
For help on the macro usage, see the documentation

Structs

Parser error struct

Traits

Parser trait. Implemented by all generated structs from the rule! macro

Attribute Macros

Attribute macro to generate a Parser impl for the given type.
For help on the macro usage, see the documentation