Make rule about consuming surrounding whitespace
This commit is contained in:
parent
b009a9c4ec
commit
969570fc4b
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue