bonobo-lang / bonobo

Strongly-typed, safe, opinionated systems language that compiles to C.
https://bonobo-lang.github.io
Apache License 2.0
14 stars 1 forks source link

Add `last` getter to ExpressionContext #70

Open thosakwe opened 6 years ago

thosakwe commented 6 years ago

It would be nice to have multiple expressions in a tuple, and let the tuple stand alone without analyzer warnings:

// This is a tuple, even though it's not in parentheses.
//
// So, yay!
a = b, c = d, e(c, d)