Skip to content

Commit 15fb27f

Browse files
committed
docs: Add expression() parser to combinator list
Resolves: * winnow-rs#804 (comment)
1 parent 1d96620 commit 15fb27f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/combinator/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
//! - [`fail`]: Inversion of [`empty`]. Always fails.
9090
//! - [`Parser::by_ref`]: Allow moving `&mut impl Parser` into other parsers
9191
//!
92+
//! - [`expression()`]: Parse an operator precedence expression with Pratt parsing
93+
//!
9294
//! ## Text parsing
9395
//!
9496
//! - [`any`][crate::token::any]: Matches one token

0 commit comments

Comments
 (0)