PyneComp v6.0.41 — two parser lexing/hoisting fixes.

Fixes

  • Parser no longer mis-lexes comparison expressions like foo(a < x, y > b) as type templates — invalid matches are reclassified as < operators unless preceded by array/matrix/map/.new.
  • Identifiers used only inside an input.* active argument are no longer hoisted to module scope, avoiding invalid module-level references and NameError (the active arg is filtered out at emit).