Expand description
Allows parselet files to easily access necessary
abstractions without long use
statements.
For internal use only.
Re-exports§
pub use crate::Expression;
Structs§
- Parser
- Abstracts over parser behavior.
- Token
- Holds a token’s class and its value.
- Tokenizer
- Holds a stream of tokens.
Enums§
- Token
Class - Outlines the types of tokens that Elemental can process.
Traits§
- Infix
Parselet - Abstracts over “infix parselets”.
- Prefix
Parselet - Abstracts over “prefix parselets”.