seq-repl 0.19.10

TUI REPL for the Seq programming language with IR visualization
seq-repl-0.19.10 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

cargo install seq-repl

This installs the seqr binary.

Usage

# Start the REPL
seqr

# Start with IR panel visible
seqr --show-ir

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