PyneComp v6.0.34 — Pine-compat release: a batch of parser fixes so more TradingView…

Fixes

  • Block expressions (switch / if) now compile in more spots — arrow-function bodies, compound assignments and type-qualified declarations
  • enum members can reuse built-in names (line, box, label, …)
  • array.from(...) with int values now fills a declared array<float>
  • Reserved-word identifiers, a leading UTF-8 BOM and spaced member access no longer break parsing

New

  • time_tradingday, bid and ask built-ins