Expand description
Multi-format mathematical expression parser for MathHook
This crate provides parsing capabilities for various mathematical formats including LaTeX, Wolfram Language, and standard mathematical notation.
Re-exports§
Modules§
- cache
- Thread-local caching for parser performance optimization
- config
- constants
- Constants for mathematical function names and optimization
- error
- grammar
- lexer
- High-performance lexer with comprehensive implicit multiplication
Structs§
- Parser
- Fully integrated mathematical expression parser