joews / peach

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

C-style function calls #41

Closed joews closed 7 years ago

joews commented 7 years ago

I want the syntax to look and feel more like C, JavaScript et all.

(add x y) -> add(x, y)

That's kind of a big deal, because it means handling left-recursive productions (like #22).

joews commented 7 years ago

Done in #44