Make rule about consuming surrounding whitespace

This commit is contained in:
Joscha 2022-11-20 20:30:09 +01:00
parent b009a9c4ec
commit 969570fc4b

View file

@ -2,6 +2,7 @@
//!
//! # Rules
//!
//! - Parsers must not consume surrounding whitespace.
//! - Public parser functions must return [`basic::EParser`].
//! - Public parser functions must receive public subparsers via their arguments.
//! - Each public parser function must be called exactly once, inside this file.