Expand description
This crate exposes convinient macros that can parse expressions based on set parameters
Re-exports§
Modules§
Macros§
- parse_
operator - Parses an input expression according to the operators defined in the arguments
Structs§
- OpParser
- Operator parser state Is generic over the Atom return type and the Operator type (Usually an enum)
Enums§
- IResult
- Holds the result of parsing functions