Skip to main content

Crate oak_repl

Crate oak_repl 

Source
Expand description

Oak REPL (Read-Eval-Print Loop) framework.

A REPL framework deeply integrated with Oak language features. Supports multi-line input, syntax integrity checking, and custom highlighting.

Structs§

LineBuffer
A buffer for managing lines of text in the REPL.
OakRepl
The main REPL engine.

Enums§

HandleResult
The result of handling a line in the REPL.
ReplError
Errors that can occur during REPL execution.

Traits§

ReplHandler
Interface for language integration in the REPL.