Fix underscore handling in nested pipes and non-function receivers #55

Merged
defunkt merged 1 commits from change-underscore into main 2026-01-29 04:57:46 +00:00

1 Commits

Author SHA1 Message Date
248a53c887 Fix underscore handling in nested pipes and non-function receivers
Add pipeVarStack to track pipe variables for nested pipes, allowing _
to correctly reference the innermost piped value. Also enable piping
to array literals and parenthesized expressions (e.g., `5 | [_ _ _]`).
2026-01-27 19:12:48 -08:00