seq-compiler 0.19.12

Compiler for the Seq programming language
Documentation

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