Expand description
EXTREME Quality REPL - Main Module
A revolutionary REPL implementation with:
- ALL functions complexity <10 (GUARANTEED)
- 90% test coverage (MANDATORY)
- TDG A+ grade (VERIFIED)
- <50ms response time (MEASURED)
Re-exports§
pub use self::commands::CommandContext;pub use self::commands::CommandRegistry;pub use self::commands::CommandResult;pub use self::completion::CompletionEngine;pub use self::evaluation::EvalResult;pub use self::evaluation::Evaluator;pub use self::formatting::format_ast;pub use self::formatting::format_error;pub use self::state::ReplMode;pub use self::state::ReplState;pub use crate::runtime::interpreter::Value;
Modules§
- commands
- REPL Command System
- completion
- REPL Tab Completion Engine
- evaluation
- REPL Expression Evaluation Engine
- formatting
- REPL Output Formatting
- state
- REPL State Management
Structs§
- Repl
- EXTREME Quality REPL with guaranteed <10 complexity per function
- Repl
Config - REPL configuration