Sigil Parser
The Rust-based Sigil compiler. See the main repository for full documentation.
v0.2.0
- Native symbol vocabulary (
≔,→,λ,σ,θ, middledot syntax) - SIMD backend (AVX-512 F32x16 operations)
- CUDA backend (GPU compute via
--cudaflag) - LSP server, formatter, linter
- 414 tests passing (100%)
Build
# Basic build (Cranelift JIT)
# With LLVM backend (native compilation)
CC=clang-18
Usage
# Interpreter
# Cranelift JIT
# LLVM native compile
# With CUDA
Test
# Or via test suite
&&
License
MIT / Apache 2.0 - Daemoniorum, LLC