windjammer 0.48.0

A simple language inspired by Go, Ruby, and Elixir that transpiles to Rust - 80% of Rust's power with 20% of the complexity
Documentation
1
2
3
4
5
6
/// Error Reporting Module
///
/// Provides high-quality, Rust-style error messages for Windjammer code.
pub mod mutability;

pub use mutability::{MutabilityChecker, MutabilityError, MutabilityErrorType};