Modules§
Structs§
- Vyder’s error type.
- The expression type.
- Convert raw source code to tokens.
- The statement type.
- The token type.
- The token type.
Enums§
- The different variants of errors.
- Enum of all expressions.
- Enum of all statements.
- Enum of all tokens.
- Enum of all values.
Constants§
Traits§
Derive Macros§
- Implement
Into<ExpressionEnum>for a struct. - Implement
Into<StatementEnum>for a struct. - Implement
Into<TokenEnum>for a struct. - Implement
Into<ValueEnum>for a struct.