thelilylang / lily

The Lily programming language ⚜
MIT License
9 stars 2 forks source link

Allow to discard more expressions #612

Closed ArthurPV closed 1 week ago

ArthurPV commented 1 week ago

e.g.

int main() {
  int i = 0;
  ++i;
}