seq-runtime

Crates.ioseq-runtime
lib.rsseq-runtime
version3.0.1
created_at2025-11-29 03:50:16.411609+00
updated_at2026-01-25 18:41:20.663298+00
descriptionRuntime library for the Seq programming language
homepage
repositoryhttps://github.com/navicore/patch-seq
max_upload_size
id1956342
size691,844
Ed Sweeney (navicore)

documentation

README

seq-runtime

Runtime library for the Seq programming language. This library is embedded into compiled Seq programs and provides core operations like stack manipulation, I/O, concurrency primitives, and more.

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 (this crate)
seq-lsp Language Server Protocol implementation
seq-repl Interactive TUI REPL
vim-line Vim-style line editor

Note

This crate is not intended for direct use. It is automatically embedded by the Seq compiler when building Seq programs.

License

MIT

Commit count: 1049

cargo fmt