Skip to content

Releases: star-ga/mind

mindc 0.2.3 — Clean Core

11 Apr 04:01

Choose a tag to compare

Changes from v0.2.2

Removed: XRM/ASIC Target Dialect

  • Removed src/mlir/asic_target.rs (355 lines of non-core code)
  • Removed examples/xrm_inference.mind
  • Removed BackendTarget::Asic variant and CLI branch
  • XRM infrastructure belongs in its own repo, not the core compiler

Added: use Keyword Parser

  • use module.path now works as alias for import module.path
  • Enables standard MIND module declaration syntax
  • Required for multi-module projects

Stats

  • 5 tests passed, 0 failed
  • Criterion benchmarks: zero speed regression
  • Binary size: 1.9MB (linux-x64)

Download

  • mindc-0.2.3-linux-x64.tar.gz — Linux x86-64 binary

v0.2.2 — Cognitive Stdlib & XRM Infrastructure

09 Mar 07:59

Choose a tag to compare

What's New

Parser — Complete Cognitive Stdlib Support

  • Float literals3.14, 0.001, 1e-6 parsed natively
  • Array literals[1.0, 2.0, 3.0] for inline tensor construction
  • String literals"hello" for debug/print contexts
  • Comparison operators<, <=, >, >=, ==, != through full pipeline (AST → IR → eval → type checker → MLIR → autodiff)
  • Keyword argumentstensor.sum(x, axis=[1,2], keepdims=true)
  • For loopsfor i in 0..n { body }
  • Printprint(expr) for debugging
  • Unary negation-x
  • Flexible tensor type syntax — Both tensor<f32> and Tensor<F32, [N, M]>

XRM Infrastructure (PR #198)

  • ASIC target dialect for XRM-SSD cognitive storage
  • MAP (Memory Access Pattern) optimization pass
  • Cognitive stdlib with 30+ tensor operations
  • End-to-end verification pipeline

Full Pipeline Coverage

All new features flow through the complete compiler pipeline:

  • AST → IR lowering (including ConstF64 instruction)
  • Type checker inference for all new node types
  • Constant folding for float and comparison expressions
  • IR canonicalization with comparison op support
  • MLIR export (arith.cmpi for comparisons)
  • Autodiff tape (comparisons as non-differentiable)
  • MIC compact format emission
  • IR verifier updated for ConstF64

Documentation

  • Model zoo, compliance examples, benchmark docs
  • FFT signal processing example
  • Cognitive Kernel architecture in README

Stats

  • 212 tests passing, 0 failures
  • 17 Criterion benchmarks — zero speed regression
  • mindc examples/xrm_inference.mind parses end-to-end

MIND Compiler v0.2.1

17 Feb 18:13

Choose a tag to compare

MIND Compiler v0.2.1

The native language for intelligent systems.

Downloads

Platform Architecture File
Linux x86_64 mindc-linux-x64.tar.gz
Linux ARM64 mindc-linux-arm64.tar.gz
macOS Intel mindc-macos-x64.tar.gz
macOS Apple Silicon mindc-macos-arm64.tar.gz
Windows x86_64 mindc-windows-x64.zip

Quick Install

# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.2.1/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --version

MIND Language: https://github.com/star-ga/mind

MIND Compiler v0.2.0

07 Feb 09:24

Choose a tag to compare

MIND Compiler v0.2.0

The native language for intelligent systems.

Downloads

Platform Architecture File
Linux x86_64 mindc-linux-x64.tar.gz
Linux ARM64 mindc-linux-arm64.tar.gz
macOS Intel mindc-macos-x64.tar.gz
macOS Apple Silicon mindc-macos-arm64.tar.gz
Windows x86_64 mindc-windows-x64.zip

Quick Install

# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.2.0/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --version

MIND Language: https://github.com/star-ga/mind

MIND Compiler v0.1.9

05 Feb 14:18

Choose a tag to compare

MIND Compiler v0.1.9

The native language for intelligent systems.

Downloads

Platform Architecture File
Linux x86_64 mindc-linux-x64.tar.gz
Linux ARM64 mindc-linux-arm64.tar.gz
macOS Intel mindc-macos-x64.tar.gz
macOS Apple Silicon mindc-macos-arm64.tar.gz
Windows x86_64 mindc-windows-x64.zip

Quick Install

# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.9/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --version

MIND Language: https://github.com/star-ga/mind

MIND Compiler v0.1.8

05 Feb 11:11

Choose a tag to compare

MIND Compiler v0.1.8

The native language for intelligent systems.

Downloads

Platform Architecture File
Linux x86_64 mindc-linux-x64.tar.gz
Linux ARM64 mindc-linux-arm64.tar.gz
macOS Intel mindc-macos-x64.tar.gz
macOS Apple Silicon mindc-macos-arm64.tar.gz
Windows x86_64 mindc-windows-x64.zip

Quick Install

# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.8/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --version

MIND Language: https://github.com/star-ga/mind

MIND Compiler v0.1.7

04 Feb 14:34

Choose a tag to compare

MIND Compiler v0.1.7

The native language for intelligent systems.

Downloads

Platform Architecture File
Linux x86_64 mindc-linux-x64.tar.gz
Linux ARM64 mindc-linux-arm64.tar.gz
macOS Intel mindc-macos-x64.tar.gz
macOS Apple Silicon mindc-macos-arm64.tar.gz
Windows x86_64 mindc-windows-x64.zip

Quick Install

# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.7/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --version

MIND Language: https://github.com/star-ga/mind

MIND Compiler v0.1.6

04 Feb 13:33

Choose a tag to compare

MIND Compiler v0.1.6

The native language for intelligent systems.

Downloads

Platform Architecture File
Linux x86_64 mindc-linux-x64.tar.gz
Linux ARM64 mindc-linux-arm64.tar.gz
macOS Intel mindc-macos-x64.tar.gz
macOS Apple Silicon mindc-macos-arm64.tar.gz
Windows x86_64 mindc-windows-x64.zip

Quick Install

# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.6/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --version

MIND Language: https://github.com/star-ga/mind

MIND Compiler v0.1.4

04 Feb 11:10

Choose a tag to compare

MIND Compiler v0.1.4

The native language for intelligent systems.

Downloads

Platform Architecture File
Linux x86_64 mindc-linux-x64.tar.gz
Linux ARM64 mindc-linux-arm64.tar.gz
macOS Intel mindc-macos-x64.tar.gz
macOS Apple Silicon mindc-macos-arm64.tar.gz
Windows x86_64 mindc-windows-x64.zip

Quick Install

# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.4/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --version

MIND Language: https://github.com/star-ga/mind

MIND Compiler v0.1.3

04 Feb 10:32

Choose a tag to compare

MIND Compiler v0.1.3

The native language for intelligent systems.

Downloads

Platform Architecture File
Linux x86_64 mindc-linux-x64.tar.gz
Linux ARM64 mindc-linux-arm64.tar.gz
macOS Intel mindc-macos-x64.tar.gz
macOS Apple Silicon mindc-macos-arm64.tar.gz
Windows x86_64 mindc-windows-x64.zip

Quick Install

# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.3/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --version

MIND Language: https://github.com/star-ga/mind