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§
- Line
Buffer - A buffer for managing lines of text in the REPL.
- OakRepl
- The main REPL engine.
Enums§
- Handle
Result - The result of handling a line in the REPL.
- Repl
Error - Errors that can occur during REPL execution.
Traits§
- Repl
Handler - Interface for language integration in the REPL.