Modules§
Structs§
- Environment
- Error
- Vyder’s error type.
- Expression
- The expression type.
- Identifier
- Interpreter
- Lexer
- Convert raw source code to tokens.
- Location
- Parser
- Span
- Statement
- The statement type.
- Token
- The token type.
- Value
- The token type.
Enums§
- Control
Flow - Error
Type - The different variants of errors.
- Expression
Enum - Enum of all expressions.
- Statement
Enum - Enum of all statements.
- Token
Enum - Enum of all tokens.
- Value
Enum - Enum of all values.
- Value
Result
Constants§
Traits§
Derive Macros§
- Into
Expression Enum - Implement
Into<ExpressionEnum>
for a struct. - Into
Statement Enum - Implement
Into<StatementEnum>
for a struct. - Into
Token Enum - Implement
Into<TokenEnum>
for a struct. - Into
Value Enum - Implement
Into<ValueEnum>
for a struct.