17 unstable releases (5 breaking)
0.6.0 | Oct 11, 2021 |
---|---|
0.5.0 | Jun 21, 2021 |
0.4.0 | Mar 9, 2020 |
0.3.6 | Nov 5, 2019 |
0.1.3 | Jul 20, 2016 |
#274 in Rust patterns
4,744,045 downloads per month
Used in 6,197 crates
(3 directly)
39KB
852 lines
A C expression parser and evaluator.
This crate provides methods for parsing and evaluating simple C expressions. In general, the crate can handle most arithmetic expressions that would appear in macros or the definition of constants, as well as string and character constants.
The main entry point for is token::parse
, which parses a byte string and returns its
evaluated value.
nom's result types, re-exported.
Dependencies
~1MB
~19K SLoC