Expand description

Allows parselet files to easily access necessary abstractions without long use statements.

For internal use only.

Structs

Abstracts over parser behavior.

Holds a token’s class and its value.

Holds a stream of tokens.

Enums

Defines the expression types that are available in Elemental.

Outlines the types of tokens that Elemental can process.

Traits

Abstracts over “infix parselets”.

Abstracts over “prefix parselets”.