seq-compiler

Crates.ioseq-compiler
lib.rsseq-compiler
version3.0.1
created_at2025-11-29 03:50:57.998082+00
updated_at2026-01-25 18:43:39.479076+00
descriptionCompiler for the Seq programming language
homepage
repositoryhttps://github.com/navicore/patch-seq
max_upload_size
id1956343
size1,102,002
Ed Sweeney (navicore)

documentation

README

seq-compiler

Compiler for the Seq programming language. Converts .seq source code to LLVM IR and links it with the runtime to produce native executables.

Part of the Seq Workspace

This crate is part of the Seq programming language project.

Related Crates

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

Installation

cargo install seq-compiler

This installs the seqc binary for compiling Seq programs.

Usage

# Compile a Seq program
seqc build program.seq -o program

# Run the compiled program
./program

License

MIT

Commit count: 1049

cargo fmt