summaryrefslogtreecommitdiffstats
path: root/vendor/winnow-0.4.7/src/_topic/arithmetic.rs
blob: 1a6eddcc4d5b34be7e332393d21404010704cfa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # Arithmetic
//!
//! ## Direct evaluation
//!
//! ```rust
#![doc = include_str!("../../examples/arithmetic/parser.rs")]
//! ```
//!
//! ## Parse to AST
//!
//! ```rust
#![doc = include_str!("../../examples/arithmetic/parser_ast.rs")]
//! ```