pomelo 0.2.3

Implementation of the Lemon parser generator as a Rust procedural macro
Documentation
mod auto_rule;
mod default_type;
mod error1;
mod error2;
mod error3;
mod error4;
mod expected_tokens;
mod extra_token;
mod fallback;
mod fallback2;
mod generics;
mod module;
mod optional;
mod pattern;
mod pm_lexer;
mod stack;
mod start_symbol;
mod token;
mod token_alt;
mod token_class;
mod toy_lexer;
mod tree;
mod typed_error;
mod wildcard;