Source code

Revision control

Copy as Markdown

Other Tools

//! # Arithmetic
//!
//! This parses arithmetic expressions and directly evaluates them.
//! ```rust
#![doc = include_str!("../../examples/arithmetic/parser.rs")]
//! ```