Crate oxur_repl

Crate oxur_repl 

Source
Expand description

Oxur REPL

Provides a Read-Eval-Print-Loop with three-tier execution:

  • Tier 1: Direct interpretation for simple expressions
  • Tier 2: Cached compiled functions
  • Tier 3: JIT compilation for complex code

Re-exports§

pub use client::ReplClient;
pub use protocol::ReplRequest;
pub use protocol::ReplResponse;
pub use server::ReplServer;

Modules§

client
REPL Client
protocol
REPL Protocol
server
REPL Server

Enums§

Error
Error types for REPL

Type Aliases§

Result
Result type for REPL operations