connorjacobsen / iris

The Iris programming language
MIT License
8 stars 1 forks source link

Tuple Type #10

Open connorjacobsen opened 8 years ago

connorjacobsen commented 8 years ago

Implement a basic tuple type:

fn main : Int {
  let x = (42, 3.14)
}
connorjacobsen commented 8 years ago

Might need a way to encode these types. Unclear.