Releases: SufficientDaikon/Axon
Releases · SufficientDaikon/Axon
Compiler Preview — ML/AI-First Language
Compiler Preview
Axon — an ML/AI-first systems programming language with compile-time tensor shapes, ownership-based safety, and native GPU execution.
Highlights
- 🧬 Complete lexer with full token coverage
- 🌳 Recursive descent parser with AST generation
- 🔒 Ownership-based borrow checker for memory safety
- 🦀 Written entirely in Rust
What's Included
- Lexer (tokenization of all Axon syntax)
- Parser (AST with expressions, statements, functions, types)
- Borrow checker (ownership tracking, lifetime analysis)
- Test suite with comprehensive coverage
This is an alpha release. The language is in active development — codegen and runtime coming soon.