PyneComp v6.0.42 — Pine version conversion end-to-end: a new v4→v5 and v5→v6 converter…

Fixes

  • Subscripts on compound expressions now index the expression’s history via inline_series instead of binding to the last operand.
  • The v5→v6 converter preserves option comments after top-level switch assignments.

Features

  • New Pine v4→v5→v6 converter
  • Compiler now auto-upgrades sources during compilation: Pine v5 is converted to v6 before preprocessing, and v3-or-earlier / pragma-less scripts are promoted to v4 and run through the full v4→v5→v6 chain.