| Crates.io | seq-compiler |
| lib.rs | seq-compiler |
| version | 3.0.1 |
| created_at | 2025-11-29 03:50:57.998082+00 |
| updated_at | 2026-01-25 18:43:39.479076+00 |
| description | Compiler for the Seq programming language |
| homepage | |
| repository | https://github.com/navicore/patch-seq |
| max_upload_size | |
| id | 1956343 |
| size | 1,102,002 |
Compiler for the Seq programming language. Converts .seq source code to LLVM IR and links it with the runtime to produce native executables.
This crate is part of the Seq programming language project.
| Crate | Description |
|---|---|
| seq-compiler | Compiler and CLI (this crate) |
| seq-runtime | Runtime library linked into compiled programs |
| seq-lsp | Language Server Protocol implementation |
| seq-repl | Interactive TUI REPL |
| vim-line | Vim-style line editor |
cargo install seq-compiler
This installs the seqc binary for compiling Seq programs.
# Compile a Seq program
seqc build program.seq -o program
# Run the compiled program
./program
MIT