Civet icon indicating copy to clipboard operation
Civet copied to clipboard

Pipeline placeholder ^^ or %% or `|x>`

Open crystalthoughts opened this issue 1 year ago • 4 comments

Hi, I think it would be a good idea to have the possiblity of aligning Civet more closely to the pipeline operator proposal (hack style). I think the only thing needed would be a configuration option to change something like: pp:= & |> (JSON.stringify ., null, 2) |> console.log to pp:= & |> (JSON.stringify ^^, null, 2) |> console.log

I also think it's a bit more readable. Any thoughts welcome :)

crystalthoughts avatar May 29 '24 12:05 crystalthoughts