Flow Language v0.1.0
Features
- Complete Flow language transpiler and runtime
- 12 operators: filter, map, group, aggregate, sort, take/drop, unique, batch, window, JSON
- Interactive REPL mode
- Python module import support
Performance
- 33% average token reduction vs equivalent Python
- Up to 77% savings on batch operations
- Zero dependencies
Training
- QLoRA fine-tuning scripts for phi-2 (2.7B) and Qwen 3B Coder
- Both models achieve 100% accuracy on consumer GPUs
- Pre-generated dataset with 600 examples
Full benchmark report included
See benchmark_report.html for interactive visualizations.