seq-repl

Crates.ioseq-repl
lib.rsseq-repl
version3.0.1
created_at2025-12-21 20:09:03.460522+00
updated_at2026-01-25 18:46:30.529709+00
descriptionTUI REPL for the Seq programming language with IR visualization
homepage
repositoryhttps://github.com/navicore/patch-seq
max_upload_size
id1998525
size254,212
Ed Sweeney (navicore)

documentation

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.

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

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

Commit count: 1049

cargo fmt