Docs.rs
yufmath-0.1.1
yufmath 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Ceyase
Dependencies
ansi_term ^0.12
normal
atty ^0.2
normal
bigdecimal ^0.4
normal
clap ^4.0
normal
fltk ^1.4
normal
indicatif ^0.17
normal
num-bigint ^0.4
normal
num-complex ^0.4
normal
num-integer ^0.1
normal
num-rational ^0.4
normal
num-traits ^0.2
normal
rayon ^1.8
normal
rustyline ^13.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.0
normal
toml ^0.8
normal
uuid ^1.0
normal
criterion ^0.5
dev
tempfile ^3.0
dev
Versions
93.17%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module parser
yufmath
0.1.1
Module parser
Sections
表达式解析器
Module Items
Re-exports
Modules
Traits
In crate yufmath
yufmath
Module
parser
Copy item path
Source
Expand description
§
表达式解析器
本模块实现数学表达式的词法分析和语法分析, 将字符串形式的数学表达式转换为内部的表达式树结构。
Re-exports
§
pub use error::
ParseError
;
Modules
§
error
解析错误定义
lexer
词法分析器
syntax
语法分析器
Traits
§
Parser
表达式解析器 trait