Crate parce_macros[][src]

Expand description

This crate contains the lexer and parser macros used by the Parce crate. Documentation for these macros are placed on the re-exports in the main crate, because they generate code that depends on the main crate, meaning doc-tests cannot be run here.

Attribute Macros

lexer
parser

Derive Macros

RemoveLexerAttributes

No-op derive macro that declares the helper attributes used by the primary lexer macro.