Expand description
Main Elemental processing library.
Modules
Provides abstract error handling for the Elemental interpreter.
Allows parselet files to easily access necessary
abstractions without long
use
statements.Structs
Abstracts over matrices.
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.
Functions
Interprets a
String
of code into an Expression
.