Installing the seqr executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install seq-repl
It will make the seqr command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall seq-repl uninstalls.
Back to the crate overview .
Readme
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.
Installation
cargo install seq-repl
This installs the seqr binary.
Usage
seqr
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