shrimp/src
Chris Wanstrath 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
..
compiler Fix underscore handling in nested pipes and non-function receivers 2026-01-27 19:12:48 -08:00
editor Simplify function completions in completions.ts 2026-01-05 13:34:18 -08:00
parser Use isDebug 2026-01-05 11:30:02 -08:00
prelude Update index.ts 2026-01-13 16:06:45 -08:00
tests fix fromValue 2025-11-07 21:50:01 -08:00
utils better naming 2026-01-05 13:38:11 -08:00
index.ts Formatted EVERYTHING with prettier 2025-12-17 09:58:02 -08:00
testSetup.ts Formatted EVERYTHING with prettier 2025-12-17 09:58:02 -08:00