Azer0s / HadesLang

The Hades Programming Language
https://hadeslang.gitbook.io/doc
MIT License
36 stars 2 forks source link

Implement pipeline operator #92

Closed Azer0s closed 7 years ago

Azer0s commented 7 years ago
t1:[] |> t2:[55,??] |> t3:[??,890]

Translates to

t3:[t2:[55,t1:[]],890]