88b2e81a35d06942101d74e9b368081f02555f4fnone
AGENTS.mdTool: agents-md# Numbat
## Project Overview
Numbat is a statically typed programming language for scientific computations with first-class support for physical dimensions and units. It features a type system where physical dimensions (Length, Time, etc.) act as types, comprehensive unit support with conversions, and a modular standard library written in Numbat itself.
## Common Commands
### Building and Running
```bash
# Build all workspace members
cargo build
# Run Numbat CLI for testing purposes
cargo run -- <numbanone