joews / peach

A functional programming language
MIT License
3 stars 0 forks source link

language: add basic tuple type #43

Closed joews closed 7 years ago

joews commented 7 years ago

First cut of a Tuple type with some temporary features:

Syntax is temporary because I have a lot of choices to make about function, infix operator and data structure syntax. I want to build some language features first so I can run "real" programs and decide how I want the syntax to look and feel.

joews commented 7 years ago

Closes #25