zetah11 / zippy

a smol functional/imperative programming language
MIT License
2 stars 0 forks source link

bad naming #12

Closed zetah11 closed 2 years ago

zetah11 commented 2 years ago

The MIR contains ExprSeq which is a sequence of "expressions" (Expr) followed by a branch. This should really be called Block and Statement, or something to that effect.