List of all items
Structs
- cli::RunConfig
- interpreter::engine::Env
- lexer::Lexer
- lexer::token::Span
- lexer::token::Token
- parser::Parser
- parser::ast::FuncArm
- repl::ReplHelper
- ui::style::TextStyle
Enums
- interpreter::error::EvalError
- interpreter::values::Value
- lexer::error::LexError
- lexer::token::Base
- lexer::token::TokenKind
- parser::ast::BinOp
- parser::ast::Expr
- parser::ast::Literal
- parser::ast::Pattern
- parser::ast::Stmt
- parser::ast::UnaryOp
Functions
- cli::run
- cli::run_expression
- cli::run_file
- cli::run_noninteractive
- cli::run_noninteractive_with_config
- cli::run_with_config
- repl::create_editor
- repl::format_value
- repl::print_report
- ui::style::colorize
- ui::style::colorize_bold
- ui::style::colorize_dim
- ui::style::paint
Type Aliases
Constants
- interpreter::engine::DEFAULT_MAX_CALL_DEPTH
- ui::colors::FUNCTION_CYAN
- ui::colors::INSTRUCTION_GREEN
- ui::colors::LITERAL_YELLOW
- ui::colors::OPERATOR_BLUE
- ui::colors::PROMPT_BRACKET_ERROR
- ui::colors::PROMPT_BRACKET_READY
- ui::colors::PROMPT_ERROR
- ui::colors::PROMPT_READY
- ui::colors::TITLE_ACCENT_BLUE
- ui::colors::TITLE_BRACKET_WHITE
- ui::colors::TITLE_RAINBOW
- ui::colors::VALUE_OUTPUT