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
This installs the seqc binary for compiling Seq programs.
Usage
# Compile a Seq program
# Run the compiled program
License
MIT