seq-repl-2.3.0 is not a library.
seq-repl
Interactive TUI REPL for the Seq programming language with vim-style editing and IR visualization.
Part of the Seq Workspace
This crate is part of the Seq programming language project.
Related Crates
| Crate | Description |
|---|---|
| seq-compiler | Compiler and CLI |
| seq-runtime | Runtime library |
| seq-lsp | Language Server Protocol implementation |
| seq-repl | Interactive TUI REPL (this crate) |
| vim-line | Vim-style line editor |
Installation
This installs the seqr binary.
Usage
Features
- Vim-style line editing (normal/insert modes)
- Tab completion via LSP
- LLVM IR visualization panel
- Persistent command history
- Multi-line input support
License
MIT