AnyDSL / MimIR

MimIR is my Intermediate Representation
https://anydsl.github.io/MimIR/
MIT License
46 stars 9 forks source link

Nice Syntax for alias pattern #276

Open leissa opened 1 week ago

leissa commented 1 week ago

Right now, we use

(a: A, b: B, c: C)::abc

but as :: has a history for an operator used in lists, this is an odd choice.