Expand description
Implementation of the join!
macro.
Re-exports
pub use crate::join::generate_join;
pub use crate::join::Config;
pub use crate::join::JoinInputDefault;
Modules
Chain
implemented forExprGroup<ActionExpr>
.- Generic chain with all kinds of expressions, groups etc.
Handler
implementation.- Macro output generator.
- Misc parsing utils.
Macros
- Creates
GroupDeterminer
with noCombinator
and provided tokens. - Creates
GroupDeterminer
with given (Combinator
=> tokens => length => ?Check parsed tokens? (optional bool)) - Creates
GroupDeterminer
for givenCombinator
s with provided tokens. - Creates function which checks if
ParseStream
next values are provided tokens.