Skip to content

Releases: srijansundaram/FlowCompiler

Flow Compiler v1.2.3 — Final Stable Build (Packaged + Documented)

Choose a tag to compare

@srijansundaram srijansundaram released this 08 Nov 07:20
banner (2)

The v1.2.3 Final Build marks the complete, production-ready version of the Flow Compiler — a data pipeline compiler that transforms .flow scripts into executable Python (Pandas) code.

This release finalizes packaging for global CLI installation, adds full documentation, polished AI syntax correction, and verified pipeline chaining.

With 53 tests passed at 100% coverage, Flow Compiler is now officially stable and ready for public use. 🚀

Stable Build

Choose a tag to compare

@srijansundaram srijansundaram released this 08 Nov 06:11

Changes Implemented:

  • Integrated Rich library for colorized logs and formatted output.

  • Added progress bars for pipeline generation and execution.

  • Introduced --verbose flag for detailed debugging and AST visibility.

  • Introduced --no-run flag to compile without executing.

  • Replaced print statements with emoji-based styled console messages.

  • Added summary panel showing:

    • Source file
    • Output file
    • Total pipelines processed
    • Execution time
    • Version number
  • Improved error visibility with color-coded tracebacks.

  • Overall user experience now resembles professional compilers like Rust or TypeScript.