seq-repl-0.18.8 is not a library.
seqr - TUI REPL for Seq
A split-pane terminal REPL with real-time IR visualization. Stack persists across lines - build up values incrementally.
Usage: seqr # Start with temp file seqr myprogram.seq # Start with existing file
Features:
- Split-pane interface (REPL left, IR right)
- Vi-style editing with syntax highlighting
- Real-time IR visualization (stack effects, typed AST, LLVM IR)
- Tab for LSP completions, h/l to cycle IR views
Commands: :quit, :q # Exit :pop # Remove last expression (undo) :clear # Clear the session (reset stack) :show # Show current file contents :edit, :e # Open file in $EDITOR :include # Include a module (e.g., std:math) :help # Show help