Commit Graph

7 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
c4368f24fc allow lines to start with | (pipes) 2025-11-10 07:15:41 -08:00
Chris Wanstrath
890eb811b9 pipe atoms/literals to functions 2025-11-07 15:17:29 -08:00
62e42328e1 fix test issues 2025-11-06 21:34:35 -08:00
ab12212df2 Make the extension know about the prelude 2025-11-06 09:23:18 -08:00
d306d58b2f now it is do 2025-10-24 14:04:50 -07:00
80e489f55d regexs work! 2025-10-16 09:35:31 -07:00