Skip to content

v0.6.0

Choose a tag to compare

@cargopete cargopete released this 15 Mar 13:31
· 55 commits to main since this release

What's New

Project Restructuring

This release consolidates the compiler crates and splits external components into separate repositories for easier maintenance:

Crate Consolidation:

  • sage-types merged into sage-parser
  • sage-lexer merged into sage-parser
  • Reduces total crate count from 10 to 8

External Repositories:

Breaking Changes

Installation

# Homebrew (macOS)
brew upgrade sagelang/sage/sage

# Cargo (with Rust)
cargo install sage-lang

# Quick install
curl -fsSL https://raw.githubusercontent.com/sagelang/sage/main/scripts/install.sh | bash