Module parselet_utils

Source
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§

TokenClass
Outlines the types of tokens that Elemental can process.

Traits§

InfixParselet
Abstracts over “infix parselets”.
PrefixParselet
Abstracts over “prefix parselets”.